Skip to content

Commit 106d73e

Browse files
committed
Add an XFAIL
1 parent 9b53570 commit 106d73e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

array-api-tests-xfails.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ array_api_tests/test_fft.py::test_rfftn
1313
array_api_tests/test_fft.py::test_irfftn
1414
array_api_tests/test_fft.py::test_hfft
1515
array_api_tests/test_fft.py::test_ihfft
16+
17+
# Known special case issue in NumPy. Not worth working around here
18+
# https://github.com/numpy/numpy/issues/21213
19+
array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -infinity and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +infinity]

0 commit comments

Comments
 (0)