Skip to content

Commit cf9cd80

Browse files
authored
Apply suggestions from code review
Co-authored-by: Evgeni Burovski <evgeny.burovskiy@gmail.com>
1 parent 4318e5b commit cf9cd80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

array-api-tests-xfails.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ array_api_tests/test_dlpack.py::test_dunder_dlpack
5252
# NumPy 1.26: TypeError: numpy.from_dlpack() takes no keyword arguments
5353
array_api_tests/test_dlpack.py::test_from_dlpack
5454

55-
# Platform specific issues tracked in NumPy here: https://github.com/numpy/numpy/issues/32234
55+
# https://github.com/numpy/numpy/issues/32234 : macOS specific failures
5656
array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is +0 and imag(x_i) is NaN) -> +0 + NaN j]
5757
array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is 1 and imag(x_i) is +0) -> +infinity + 0j]
5858
array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is +infinity and imag(x_i) is NaN) -> +0 + NaN j]
5959
array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is NaN and imag(x_i) is +infinity) -> \xb10 + \u03c0j/2]
6060
array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +0 and imag(x_i) is +infinity) -> +0 + NaN j]
6161
array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +0 and imag(x_i) is NaN) -> +0 + NaN j]
62+
63+
# https://github.com/numpy/numpy/issues/32234 : macOS specific failure
6264
array_api_tests/test_operators_and_elementwise_functions.py::test_sqrt

0 commit comments

Comments
 (0)