Skip to content

Commit ddbbc35

Browse files
committed
TST: add a skip for CuPy
pow(er) is not fully NEP50 compatible in CuPy 13.x
1 parent 52e01be commit ddbbc35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cupy-xfails.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub
3737
array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
3838
# floating point inaccuracy
3939
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[remainder(x1, x2)]
40+
# incomplete NEP50 support in CuPy 13.x (fixed in 14.0.0a1)
41+
array_api_tests/test_operators_and_elementwise_functions.py::test_binary_with_scalars_real[pow]
4042

4143
# cupy (arg)min/max wrong with infinities
4244
# https://github.com/cupy/cupy/issues/7424

0 commit comments

Comments
 (0)