From 24e6819c9293afda3a5580b3805fc2f33f7f85b1 Mon Sep 17 00:00:00 2001 From: Evgeni Burovski Date: Sat, 16 Nov 2024 14:01:05 +0100 Subject: [PATCH] stop skipping test_divide for complex inputs --- array_api_tests/test_operators_and_elementwise_functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/array_api_tests/test_operators_and_elementwise_functions.py b/array_api_tests/test_operators_and_elementwise_functions.py index f14c7585..2158c163 100644 --- a/array_api_tests/test_operators_and_elementwise_functions.py +++ b/array_api_tests/test_operators_and_elementwise_functions.py @@ -1110,8 +1110,6 @@ def test_divide(ctx, data): binary_param_assert_dtype(ctx, left, right, res) binary_param_assert_shape(ctx, left, right, res) - if res.dtype in dh.complex_dtypes: - return # TOOD: handle complex division binary_param_assert_against_refimpl( ctx, left,