c8-stream-3.8
imports/c8-stream-3.8/numpy-1.17.3-7.module+el8.9.0+19598+4a60c7b7
parent
0c5eee26c8
commit
62059b4510
@ -0,0 +1,14 @@
|
||||
diff --git a/numpy/linalg/tests/test_linalg.py b/numpy/linalg/tests/test_linalg.py
|
||||
index 24663b1..665bf0e 100644
|
||||
--- a/numpy/linalg/tests/test_linalg.py
|
||||
+++ b/numpy/linalg/tests/test_linalg.py
|
||||
@@ -759,6 +759,9 @@ class TestCond(CondCases):
|
||||
for A, p in itertools.product(As, p_neg):
|
||||
linalg.cond(A, p)
|
||||
|
||||
+ @pytest.mark.xfail(True, run=False,
|
||||
+ reason="Platform/LAPACK-dependent failure, "
|
||||
+ "see gh-18914")
|
||||
def test_nan(self):
|
||||
# nans should be passed through, not converted to infs
|
||||
ps = [None, 1, -1, 2, -2, 'fro']
|
Loading…
Reference in new issue