Skip to content

Commit a04ff8f

Browse files
committed
Fix test_cumulative_sum @given inputs
1 parent bb33ff2 commit a04ff8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_statistical_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@pytest.mark.min_version("2023.12")
2020
@given(
2121
x=hh.arrays(
22-
dtype=hh.numeric_dtypes(),
22+
dtype=hh.numeric_dtypes,
2323
shape=hh.shapes(min_dims=1)),
2424
data=st.data(),
2525
)

0 commit comments

Comments
 (0)