Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi committed Sep 11, 2024
1 parent 2698652 commit 8a83b45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_irasa_knee.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def test_aperiodic_error(load_knee_cmb_signal, fs, exponent, knee, osc_freq):


@pytest.mark.parametrize('fs', [1000], scope='session')
@pytest.mark.parametrize('exponent_1', [-1], scope='session')
@pytest.mark.parametrize('exponent_2', [-2], scope='session')
@pytest.mark.parametrize('exponent_1', [-0], scope='session')
@pytest.mark.parametrize('exponent_2', [-3], scope='session')
def test_aperiodic_error_tf(ts4sprint, fs, exponent, knee, osc_freq):
irasa_out = irasa_sprint(
ts4sprint,
Expand Down

0 comments on commit 8a83b45

Please sign in to comment.