Skip to content

Commit

Permalink
Fix test_cumulative_sum @given inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed May 23, 2024
1 parent bb33ff2 commit a04ff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array_api_tests/test_statistical_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@pytest.mark.min_version("2023.12")
@given(
x=hh.arrays(
dtype=hh.numeric_dtypes(),
dtype=hh.numeric_dtypes,
shape=hh.shapes(min_dims=1)),
data=st.data(),
)
Expand Down

0 comments on commit a04ff8f

Please sign in to comment.