We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5fb2a commit 58f5c1dCopy full SHA for 58f5c1d
.github/workflows/numpy.yml
@@ -31,8 +31,6 @@ jobs:
31
"array_api_tests/test_creation_functions.py::test_linspace",
32
# einsum is not yet completed in the spec
33
"array_api_tests/test_signatures.py::test_has_names[einsum]",
34
- # The linalg extension is not yet implemented in NumPy
35
- "array_api_tests/test_signatures.py::test_has_names[linalg]",
36
# dlpack support is not yet implemented in NumPy. https://github.com/numpy/numpy/pull/19083
37
"array_api_tests/test_signatures.py::test_function_positional_args[__dlpack__]",
38
"array_api_tests/test_signatures.py::test_function_positional_args[__dlpack_device__]",
0 commit comments