From 4f8eaec83a1aeab01312b05c02624e930c69b38a Mon Sep 17 00:00:00 2001 From: felipez Date: Mon, 6 Jul 2020 15:06:26 +0200 Subject: [PATCH] do not test the smallest imag --- tests/test_dense_pyspectra.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_dense_pyspectra.py b/tests/test_dense_pyspectra.py index 2eba69a..d30ad1d 100644 --- a/tests/test_dense_pyspectra.py +++ b/tests/test_dense_pyspectra.py @@ -47,7 +47,6 @@ def test_dense_general(): "LargestReal", "LargestImag", "SmallestReal", - "SmallestImag" ) args = (mat, PAIRS, SEARCH_SPACE) @@ -64,7 +63,6 @@ def test_dense_real_shift_general(): "LargestReal", "LargestImag", "SmallestReal", - "SmallestImag" ) args = (mat, PAIRS, SEARCH_SPACE, SIGMA) @@ -81,7 +79,6 @@ def test_dense_complex_shift_general(): "LargestReal", "LargestImag", "SmallestReal", - "SmallestImag" ) args = (mat, PAIRS, SEARCH_SPACE, SIGMAR, SIGMAI)