Skip to content

Commit

Permalink
Remove an incorrect comment
Browse files Browse the repository at this point in the history
arange() is not supposed to support complex inputs.
  • Loading branch information
asmeurer committed Nov 14, 2024
1 parent 4bbe6be commit 9faade9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion array_api_tests/test_creation_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def reals(min_value=None, max_value=None) -> st.SearchStrategy[Union[int, float]
)


# TODO: support testing complex dtypes
@given(dtype=st.none() | hh.real_dtypes, data=st.data())
def test_arange(dtype, data):
if dtype is None or dh.is_float_dtype(dtype):
Expand Down

0 comments on commit 9faade9

Please sign in to comment.