Skip to content
Snippets Groups Projects
Commit b9806c33 authored by Mike Campbell's avatar Mike Campbell
Browse files

Use generic np workalike test instead of custom one

parent 2197b05f
No related branches found
No related tags found
No related merge requests found
......@@ -1467,6 +1467,7 @@ def test_array_context_np_workalike(ctx_factory):
("arctan2", 2),
("minimum", 2),
("maximum", 2),
("where", 3),
]:
args = [np.random.randn(discr.ndofs) for i in range(n_args)]
ref_result = getattr(np, sym_name)(*args)
......
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