Skip to content

Commit 8dee4d6

Browse files
committed
Update torch xfails
1 parent 55e3f71 commit 8dee4d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

torch-xfails.txt

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1
5656
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
5757
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
5858

59+
# inverse trig functions are too inaccurate on CPU
60+
array_api_tests/test_operators_and_elementwise_functions.py::test_acos
61+
array_api_tests/test_operators_and_elementwise_functions.py::test_atan
62+
array_api_tests/test_operators_and_elementwise_functions.py::test_asin
5963

6064
# overflow near float max
6165
array_api_tests/test_operators_and_elementwise_functions.py::test_log1p

0 commit comments

Comments
 (0)