File tree 2 files changed +4
-11
lines changed
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
29
29
array_api_tests/test_operators_and_elementwise_functions.py::test_equal[__eq__(x1, x2)]
30
30
array_api_tests/test_operators_and_elementwise_functions.py::test_not_equal[__ne__(x1, x2)]
31
31
array_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)]
32
36
array_api_tests/test_operators_and_elementwise_functions.py::test_greater[__gt__(x1, x2)]
33
37
array_api_tests/test_operators_and_elementwise_functions.py::test_greater_equal[__ge__(x1, x2)]
34
38
array_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