Skip to content

Commit 61fb382

Browse files
authored
Merge pull request #131 from asmeurer/numpy-dev-vecdot-fix
XFAIL numpy dev test failure
2 parents 7af0b68 + 22888f9 commit 61fb382

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

numpy-dev-xfails.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ array_api_tests/meta/test_hypothesis_helpers.py::test_symmetric_matrices
3232
# (https://github.com/data-apis/array-api-tests/issues/168)
3333
array_api_tests/test_statistical_functions.py::test_sum
3434
array_api_tests/test_statistical_functions.py::test_prod
35+
36+
# The test suite cannot properly get the signature for vecdot
37+
# https://github.com/numpy/numpy/pull/26237
38+
array_api_tests/test_signatures.py::test_func_signature[vecdot]
39+
array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]

0 commit comments

Comments
 (0)