File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5353array_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
5656array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is +0 and imag(x_i) is NaN) -> +0 + NaN j]
5757array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is 1 and imag(x_i) is +0) -> +infinity + 0j]
5858array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is +infinity and imag(x_i) is NaN) -> +0 + NaN j]
5959array_api_tests/test_special_cases.py::test_unary[atanh(real(x_i) is NaN and imag(x_i) is +infinity) -> \xb10 + \u03c0j/2]
6060array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +0 and imag(x_i) is +infinity) -> +0 + NaN j]
6161array_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
6264array_api_tests/test_operators_and_elementwise_functions.py::test_sqrt
You can’t perform that action at this time.
0 commit comments