Skip to content
Snippets Groups Projects
Commit d54671d7 authored by Matthias Diener's avatar Matthias Diener
Browse files

fix reduction test

parent de26e24e
No related branches found
No related tags found
No related merge requests found
......@@ -421,7 +421,7 @@ def test_dof_array_reductions_same_as_numpy(actx_factory, op):
else:
assert isinstance(actx_red, Number)
assert np.allclose(np_red, actx.to_numpy(actx_red))
assert np.allclose(np_red, actx_red)
# }}}
......
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