Skip to content

Commit 64d2485

Browse files
committed
Add some NumPy 1.12 xfails
1 parent 02059d0 commit 64d2485

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: numpy-1-21-xfails.txt

+7
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ array_api_tests/test_signatures.py::test_array_method_signature[__dlpack_device_
8080
# qr() doesn't support matrix stacks
8181
array_api_tests/test_linalg.py::test_qr
8282

83+
# cross has some promotion bug that is fixed in newer numpy versions
84+
array_api_tests/test_linalg.py::test_cross
85+
86+
# vector_norm with ord=-1 which has since been fixed
87+
# https://github.com/numpy/numpy/issues/21083
88+
array_api_tests/test_linalg.py::test_vector_norm
89+
8390
# argmax and argmin do not support keepdims
8491
array_api_tests/test_searching_functions.py::test_argmax
8592
array_api_tests/test_searching_functions.py::test_argmin

0 commit comments

Comments
 (0)