We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02059d0 commit 64d2485Copy full SHA for 64d2485
numpy-1-21-xfails.txt
@@ -80,6 +80,13 @@ array_api_tests/test_signatures.py::test_array_method_signature[__dlpack_device_
80
# qr() doesn't support matrix stacks
81
array_api_tests/test_linalg.py::test_qr
82
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
90
# argmax and argmin do not support keepdims
91
array_api_tests/test_searching_functions.py::test_argmax
92
array_api_tests/test_searching_functions.py::test_argmin
0 commit comments