We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29733fb commit 4d2eb1dCopy full SHA for 4d2eb1d
array-api-strict-skips.txt
@@ -45,5 +45,6 @@ array_api_tests/test_special_cases.py::test_unary[expm1((real(x_i) is +0 or real
45
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
+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]
49
50
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