We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cb820 commit 8d797c3Copy full SHA for 8d797c3
1 file changed
array_api_tests/test_sorting_functions.py
@@ -94,7 +94,7 @@ def test_argsort(x, data):
94
@given(
95
x=hh.arrays(
96
dtype=hh.real_dtypes,
97
- shape=hh.shapes(min_dims=1, min_side=1),
+ shape=hh.shapes(min_dims=1, min_side=1, max_side=50),
98
elements={"allow_nan": False},
99
),
100
data=st.data(),
0 commit comments