We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb33ff2 commit a04ff8fCopy full SHA for a04ff8f
array_api_tests/test_statistical_functions.py
@@ -19,7 +19,7 @@
19
@pytest.mark.min_version("2023.12")
20
@given(
21
x=hh.arrays(
22
- dtype=hh.numeric_dtypes(),
+ dtype=hh.numeric_dtypes,
23
shape=hh.shapes(min_dims=1)),
24
data=st.data(),
25
)
0 commit comments