File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,18 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_right_
38
38
array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__xor__(x1, x2)]
39
39
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
40
40
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
41
+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
42
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
41
43
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
44
+ array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
42
45
# This test is skipped instead of xfailed because it causes core dumps on CI
43
46
# array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__mod__(x1, x2)]
44
47
array_api_tests/test_operators_and_elementwise_functions.py::test_remainder[__imod__(x1, x2)]
45
48
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x1, x2)]
46
49
47
50
# inverse trig functions are too inaccurate on CPU
48
51
array_api_tests/test_operators_and_elementwise_functions.py::test_acos
52
+ array_api_tests/test_operators_and_elementwise_functions.py::test_atan
49
53
array_api_tests/test_operators_and_elementwise_functions.py::test_asin
50
54
51
55
# Torch bug for remainder in some cases with large values
You can’t perform that action at this time.
0 commit comments