Skip to content
Snippets Groups Projects
Commit 4fea2f6f authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Remove one more scalar get from tests

parent 8297285a
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ def test_2d_gauss_theorem(ctx_factory): ...@@ -200,7 +200,7 @@ def test_2d_gauss_theorem(ctx_factory):
dd=sym.BTAG_ALL) dd=sym.BTAG_ALL)
)(queue) )(queue)
assert abs(gauss_err.get()) < 1e-13 assert abs(gauss_err) < 1e-13
@pytest.mark.parametrize(("mesh_name", "mesh_pars"), [ @pytest.mark.parametrize(("mesh_name", "mesh_pars"), [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment