File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
# finfo(float32).eps returns float32 but should return float
2
2
array_api_tests/test_data_type_functions.py::test_finfo[float32]
3
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
+
4
9
# 2023.12 support
5
10
array_api_tests/test_signatures.py::test_func_signature[from_dlpack]
6
11
array_api_tests/test_signatures.py::test_array_method_signature[__dlpack__]
You can’t perform that action at this time.
0 commit comments