@@ -78,11 +78,21 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_copysign
78
78
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
79
79
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
80
80
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[divide(x1, x2)]
81
+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
82
+ array_api_tests/test_operators_and_elementwise_functions.py::test_equal[equal(x1, x2)]
81
83
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
82
84
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
83
85
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
84
86
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
87
+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
88
+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater[greater(x1, x2)]
89
+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
90
+ array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[greater_equal(x1, x2)]
85
91
array_api_tests/test_operators_and_elementwise_functions.py::test_hypot
92
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
93
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less[less(x1, x2)]
94
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
95
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[less_equal(x1, x2)]
86
96
array_api_tests/test_operators_and_elementwise_functions.py::test_logaddexp
87
97
array_api_tests/test_operators_and_elementwise_functions.py::test_maximum
88
98
array_api_tests/test_operators_and_elementwise_functions.py::test_minimum
0 commit comments