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.
1 parent 1fb61d5 commit 75cb820Copy full SHA for 75cb820
array_api_tests/test_sorting_functions.py
@@ -33,7 +33,7 @@ def assert_scalar_in_set(
33
@given(
34
x=hh.arrays(
35
dtype=hh.real_dtypes,
36
- shape=hh.shapes(min_dims=1, min_side=1),
+ shape=hh.shapes(min_dims=1, min_side=1, max_side=50),
37
elements={"allow_nan": False},
38
),
39
data=st.data(),
0 commit comments