diff --git a/array_api_tests/test_statistical_functions.py b/array_api_tests/test_statistical_functions.py index b6516bf5..778cdea1 100644 --- a/array_api_tests/test_statistical_functions.py +++ b/array_api_tests/test_statistical_functions.py @@ -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(), )