Skip to content

Commit 42b240b

Browse files
committed
Remove values testing for pow
1 parent b7ab914 commit 42b240b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

array_api_tests/test_operators_and_elementwise_functions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,9 +1143,7 @@ def test_pow(ctx, data):
11431143

11441144
binary_param_assert_dtype(ctx, left, right, res)
11451145
binary_param_assert_shape(ctx, left, right, res)
1146-
binary_param_assert_against_refimpl(
1147-
ctx, left, right, res, "**", math.pow, strict_check=False
1148-
)
1146+
# Values testing pow is too finicky
11491147

11501148

11511149
@pytest.mark.parametrize("ctx", make_binary_params("remainder", dh.numeric_dtypes))

0 commit comments

Comments
 (0)