@@ -121,15 +121,16 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[bi
121
121
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
122
122
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
123
123
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
124
- array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
125
124
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
125
+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
126
126
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
127
127
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
128
128
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
129
129
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
130
130
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
131
131
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
132
132
array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
133
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
133
134
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[less_equal(x1, x2)]
134
135
array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
135
136
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__imul__(x, s)]
0 commit comments