Skip to content

Commit 75cb820

Browse files
committed
FIX: larger inputs for sorting tests
1 parent 1fb61d5 commit 75cb820

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
@@ -33,7 +33,7 @@ def assert_scalar_in_set(
3333
@given(
3434
x=hh.arrays(
3535
dtype=hh.real_dtypes,
36-
shape=hh.shapes(min_dims=1, min_side=1),
36+
shape=hh.shapes(min_dims=1, min_side=1, max_side=50),
3737
elements={"allow_nan": False},
3838
),
3939
data=st.data(),

0 commit comments

Comments
 (0)