We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bbe6be + 9faade9 commit 266dc7eCopy full SHA for 266dc7e
array_api_tests/test_creation_functions.py
@@ -76,7 +76,6 @@ def reals(min_value=None, max_value=None) -> st.SearchStrategy[Union[int, float]
76
)
77
78
79
-# TODO: support testing complex dtypes
80
@given(dtype=st.none() | hh.real_dtypes, data=st.data())
81
def test_arange(dtype, data):
82
if dtype is None or dh.is_float_dtype(dtype):
0 commit comments