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 aceca8c commit ebeaca2Copy full SHA for ebeaca2
numpy-xfails.txt
@@ -6,6 +6,11 @@ array_api_tests/test_data_type_functions.py::test_finfo[complex64]
6
# Rounding error near infinity
7
array_api_tests/test_operators_and_elementwise_functions.py::test_clip
8
9
+# The test suite cannot properly get the signature for vecdot
10
+# https://github.com/numpy/numpy/pull/26237
11
+array_api_tests/test_signatures.py::test_func_signature[vecdot]
12
+array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]
13
+
14
# 2023.12 support
15
# uint64 repeats not supported
16
array_api_tests/test_manipulation_functions.py::test_repeat
0 commit comments