Skip to content

Commit

Permalink
fixed testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabi committed Sep 12, 2024
1 parent 8a83b45 commit 4408a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_irasa_knee.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ 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', [-0], scope='session')
@pytest.mark.parametrize('exponent_2', [-3], scope='session')
@pytest.mark.parametrize('exponent_2', [-2], scope='session')
def test_aperiodic_error_tf(ts4sprint, fs, exponent, knee, osc_freq):
irasa_out = irasa_sprint(
ts4sprint,
Expand Down

0 comments on commit 4408a85

Please sign in to comment.