We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unvectorized
test_concat
1 parent 14ac81a commit 66fe25eCopy full SHA for 66fe25e
array_api_tests/test_manipulation_functions.py
@@ -46,6 +46,7 @@ def assert_array_ndindex(
46
assert out[out_idx] == x[x_idx], msg
47
48
49
+@pytest.mark.unvectorized
50
@given(
51
dtypes=hh.mutually_promotable_dtypes(None, dtypes=dh.numeric_dtypes),
52
base_shape=hh.shapes(),
0 commit comments