We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b53570 commit 106d73eCopy full SHA for 106d73e
array-api-tests-xfails.txt
@@ -13,3 +13,7 @@ array_api_tests/test_fft.py::test_rfftn
13
array_api_tests/test_fft.py::test_irfftn
14
array_api_tests/test_fft.py::test_hfft
15
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