Skip to content

Commit

Permalink
Testing for the case without an additional basis
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Oct 15, 2020
1 parent c3a987d commit 07bd6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vecfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_vecfit():


@pytest.mark.parametrize("verbose", [True, False])
@pytest.mark.parametrize("degree", [(12,12), (14, 12),])
@pytest.mark.parametrize("degree", [(11,12), (12,12), (14, 12),])
def test_init(verbose, degree):
X = 1j*np.logspace(1, 3, int(2e3)).reshape(-1,1)
X = np.vstack([X, X.conj()])
Expand Down

0 comments on commit 07bd6c3

Please sign in to comment.