We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8b431 commit 3473cc7Copy full SHA for 3473cc7
1 file changed
test/test_arraycontext.py
@@ -784,9 +784,9 @@ def test_container_scalar_map(actx_factory):
784
result = rec_map_array_container(lambda x: x, ary)
785
assert result is not None
786
787
- result = map_reduce_array_container(np.shape, lambda x: x, ary)
+ result = map_reduce_array_container(lambda x: x, np.shape, ary)
788
789
- result = rec_map_reduce_array_container(np.shape, lambda x: x, ary)
+ result = rec_map_reduce_array_container(lambda x: x, np.shape, ary)
790
791
792
0 commit comments