We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29733fb commit 45e566dCopy full SHA for 45e566d
1 file changed
array-api-strict-skips.txt
@@ -46,4 +46,7 @@ array_api_tests/test_special_cases.py::test_unary[expm1((real(x_i) is +0 or real
46
array_api_tests/test_special_cases.py::test_unary[sign((real(x_i) is -0 or real(x_i) == +0) and (imag(x_i) is -0 or imag(x_i) == +0)) -> 0 + 0j]
47
array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +infinity and isfinite(imag(x_i)) and imag(x_i) > 0) -> 1 + 0j]
48
49
+# this acosh failure is only seen with python==3.10 and numpy==2.2.6, and not e.g. python 3.12 & numpy 2.4.1
50
+array_api_tests/test_special_cases.py::test_unary[acosh(real(x_i) is +0 and imag(x_i) is NaN) -> NaN \xb1 \u03c0j/2]
51
+
52
array_api_tests/test_special_cases.py::test_unary[sqrt(real(x_i) is +infinity and isfinite(imag(x_i)) and imag(x_i) > 0) -> +0 + infinity j]
0 commit comments