Skip to content

Commit 8d797c3

Browse files
committed
for sort too
1 parent 75cb820 commit 8d797c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_sorting_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_argsort(x, data):
9494
@given(
9595
x=hh.arrays(
9696
dtype=hh.real_dtypes,
97-
shape=hh.shapes(min_dims=1, min_side=1),
97+
shape=hh.shapes(min_dims=1, min_side=1, max_side=50),
9898
elements={"allow_nan": False},
9999
),
100100
data=st.data(),

0 commit comments

Comments
 (0)