File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__trued
2929array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
3030array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
3131array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x1, x2)]
32+ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
33+ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x, s)]
34+ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__ifloordiv__(x1, x2)]
35+ array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[floor_divide(x1, x2)]
3236array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
3337array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
3438array_api_tests/test_operators_and_elementwise_functions.py::test_less[__lt__(x1, x2)]
You can’t perform that action at this time.
0 commit comments