Skip to content

Commit 4d2eb1d

Browse files
committed
TST: update array-api-strict-skips.txt with an acosh case
1 parent 29733fb commit 4d2eb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array-api-strict-skips.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ array_api_tests/test_special_cases.py::test_unary[expm1((real(x_i) is +0 or real
4545

4646
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]
4747
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]
4849

4950
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

Comments
 (0)