Skip to content

Commit

Permalink
do not test the smallest imag
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeZ committed Jul 6, 2020
1 parent e04d1bc commit 4f8eaec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_dense_pyspectra.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_dense_general():
"LargestReal",
"LargestImag",
"SmallestReal",
"SmallestImag"
)

args = (mat, PAIRS, SEARCH_SPACE)
Expand All @@ -64,7 +63,6 @@ def test_dense_real_shift_general():
"LargestReal",
"LargestImag",
"SmallestReal",
"SmallestImag"
)

args = (mat, PAIRS, SEARCH_SPACE, SIGMA)
Expand All @@ -81,7 +79,6 @@ def test_dense_complex_shift_general():
"LargestReal",
"LargestImag",
"SmallestReal",
"SmallestImag"
)

args = (mat, PAIRS, SEARCH_SPACE, SIGMAR, SIGMAI)
Expand Down

0 comments on commit 4f8eaec

Please sign in to comment.