Skip to content

Commit 393b69b

Browse files
authored
Merge pull request #306 from ev-br/elementwise_tests
stop skipping test_divide for complex inputs
2 parents 15eb045 + 24e6819 commit 393b69b

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)