@@ -121,21 +121,23 @@ 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[less(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)]
136
137
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
137
138
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
138
139
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[multiply(x1, x2)]
140
+ array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[not_equal(x1, x2)]
139
141
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__ipow__(x, s)]
140
142
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x, s)]
141
143
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
0 commit comments