We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106d73e commit 7f9c103Copy full SHA for 7f9c103
array-api-tests-xfails.txt
@@ -17,3 +17,4 @@ array_api_tests/test_fft.py::test_ihfft
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]
20
+array_api_tests/test_special_cases.py::test_iop[__ipow__(x1_i is -0 and x2_i > 0 and not (x2_i.is_integer() and x2_i % 2 == 1)) -> +0]
0 commit comments