File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_bitwise_xor[__
27
27
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x1, x2)]
28
28
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
29
29
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
30
+ array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
30
31
array_api_tests/test_operators_and_elementwise_functions.py::test_less_equal[__le__(x1, x2)]
31
32
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x1, x2)]
32
33
array_api_tests/test_operators_and_elementwise_functions.py::test_pow[__pow__(x1, x2)]
You can’t perform that action at this time.
0 commit comments