Skip to content

Commit 24e6819

Browse files
committedNov 16, 2024·
stop skipping test_divide for complex inputs
1 parent a3f3f37 commit 24e6819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎array_api_tests/test_operators_and_elementwise_functions.py

-2
Original file line numberDiff line numberDiff line change
@@ -1110,8 +1110,6 @@ def test_divide(ctx, data):
11101110

11111111
binary_param_assert_dtype(ctx, left, right, res)
11121112
binary_param_assert_shape(ctx, left, right, res)
1113-
if res.dtype in dh.complex_dtypes:
1114-
return # TOOD: handle complex division
11151113
binary_param_assert_against_refimpl(
11161114
ctx,
11171115
left,

0 commit comments

Comments
 (0)
Please sign in to comment.