Skip to content

Commit 2b84e6f

Browse files
committed
revert
1 parent ea94e3b commit 2b84e6f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

numpy-dev-xfails.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# finfo(float32).eps returns float32 but should return float
2+
array_api_tests/test_data_type_functions.py::test_finfo[float32]
3+
4+
# 2023.12 support
5+
# uint64 repeats not supported
6+
array_api_tests/test_manipulation_functions.py::test_repeat

numpy-xfails.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# finfo(float32).eps returns float32 but should return float
22
array_api_tests/test_data_type_functions.py::test_finfo[float32]
33

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+
49
# 2023.12 support
510
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
611
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]

0 commit comments

Comments
 (0)