We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e3f7c commit 63296ebCopy full SHA for 63296eb
.github/workflows/numpy.yml
@@ -42,6 +42,7 @@ jobs:
42
# Updates to the spec since the last change to numpy.array_api.
43
# These will fail until NumPy is updated.
44
"array_api_tests/test_signatures.py::test_has_names[__index__]",
45
+ "array_api_tests/test_signatures.py::test_has_names[to_device]",
46
"array_api_tests/test_signatures.py::test_has_names[mT]",
47
"array_api_tests/test_signatures.py::test_has_names[tril]",
48
"array_api_tests/test_signatures.py::test_has_names[triu]",
0 commit comments