We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcb6f7 commit cc8a438Copy full SHA for cc8a438
array-api-tests-xfails.txt
@@ -19,3 +19,7 @@ array_api_tests/test_fft.py::test_ihfft
19
# https://github.com/numpy/numpy/issues/21213
20
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]
21
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]
22
+
23
+# The test suite is incorrectly checking sums that have loss of significance
24
+# (https://github.com/data-apis/array-api-tests/issues/168)
25
+array_api_tests/test_statistical_functions.py::test_sum
0 commit comments