Skip to content

Commit ddfabde

Browse files
committed
accel: add unsigned to argsort test matrix
1 parent d2d2979 commit ddfabde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/accel/test_argsort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_sort_floats(arr):
3838

3939
@given(
4040
nph.arrays(
41-
nph.integer_dtypes(endianness="="),
41+
st.one_of(nph.integer_dtypes(endianness="="), nph.unsigned_integer_dtypes(endianness="=")),
4242
nph.array_shapes(max_dims=1),
4343
elements={"allow_nan": False, "allow_infinity": False},
4444
)

0 commit comments

Comments
 (0)