Skip to content

Commit 266dc7e

Browse files
authoredNov 14, 2024
Merge pull request #303 from asmeurer/comment-fix
Remove an incorrect comment
2 parents 4bbe6be + 9faade9 commit 266dc7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎array_api_tests/test_creation_functions.py

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ def reals(min_value=None, max_value=None) -> st.SearchStrategy[Union[int, float]
7676
)
7777

7878

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

0 commit comments

Comments
 (0)