File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,10 @@ jobs:
37
37
array_api_tests/test_signatures.py::test_function_positional_args[__dlpack__]
38
38
array_api_tests/test_signatures.py::test_function_positional_args[__dlpack_device__]
39
39
array_api_tests/test_signatures.py::test_function_positional_args[from_dlpack]
40
+ array_api_tests/test_signatures.py::test_function_positional_args[to_device]
40
41
array_api_tests/test_signatures.py::test_function_keyword_only_args[__dlpack__]
41
- # Updates to the spec since the last change to numpy.array_api
42
- # These will fail until NumPy is updated
43
- array_api_tests/test_signatures.py::test_has_names[__index__]
44
- array_api_tests/test_signatures.py::test_has_names[to_device]
45
- array_api_tests/test_signatures.py::test_has_names[mT]
46
- array_api_tests/test_signatures.py::test_has_names[tril]
47
- array_api_tests/test_signatures.py::test_has_names[triu]
48
- array_api_tests/test_signatures.py::test_has_names[matrix_transpose]
49
- array_api_tests/test_signatures.py::test_has_names[permute_dims]
50
- array_api_tests/test_signatures.py::test_function_positional_args[__index__]
51
- array_api_tests/test_signatures.py::test_function_keyword_only_args[prod]
52
- array_api_tests/test_signatures.py::test_function_keyword_only_args[sum]
42
+ # floor_divide has an issue related to https://github.com/data-apis/array-api/issues/264
43
+ array_api_tests/test_elementwise_functions.py::test_floor_divide
53
44
54
45
EOF
55
46
You can’t perform that action at this time.
0 commit comments