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 7fda62e commit e38a0c4Copy full SHA for e38a0c4
numpy-dev-xfails.txt
@@ -1,6 +1,11 @@
1
# finfo(float32).eps returns float32 but should return float
2
array_api_tests/test_data_type_functions.py::test_finfo[float32]
3
4
+# The test suite cannot properly get the signature for vecdot
5
+# https://github.com/numpy/numpy/pull/26237
6
+array_api_tests/test_signatures.py::test_func_signature[vecdot]
7
+array_api_tests/test_signatures.py::test_extension_func_signature[linalg.vecdot]
8
+
9
# 2023.12 support
10
# uint64 repeats not supported
11
array_api_tests/test_manipulation_functions.py::test_repeat
0 commit comments