diff options
author | mattip <matti.picus@gmail.com> | 2020-02-02 15:33:16 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-02-02 15:33:16 +0200 |
commit | db9cc9093677ce61f168fd8381dc2cfd30e2060f (patch) | |
tree | 985edf592ad2615115f0bdfb7af6a9fab231e802 /numpy/linalg/tests | |
parent | 1d8d09b14ecf67cbea958ea5082fbbd422b1199e (diff) | |
download | numpy-db9cc9093677ce61f168fd8381dc2cfd30e2060f.tar.gz |
TST: mark the top 3 slowest tests to save ~10 seconds
Diffstat (limited to 'numpy/linalg/tests')
-rw-r--r-- | numpy/linalg/tests/test_linalg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/linalg/tests/test_linalg.py b/numpy/linalg/tests/test_linalg.py index 59c71d196..ae72c4a38 100644 --- a/numpy/linalg/tests/test_linalg.py +++ b/numpy/linalg/tests/test_linalg.py @@ -1827,6 +1827,7 @@ def test_xerbla_override(): pytest.skip('Numpy xerbla not linked in.') +@pytest.mark.slow def test_sdot_bug_8577(): # Regression test that loading certain other libraries does not # result to wrong results in float32 linear algebra. |