Skip to content

Commit

Permalink
Merge remote-tracking branch 'master' into filter_report
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhammonds committed Jan 14, 2021
2 parents 6a5695e + 0b5389a commit a23a192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodsp/tests/sim/test_aperiodic.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_sim_knee():
np.allclose(true_psd, numerical_psd, atol=EPS)

# Accuracy test for a single exponent
sig = sim_knee(n_seconds=N_SECONDS, fs=FS, chi1=0, chi2=EXP2, knee=KNEE)
sig = sim_knee(n_seconds=N_SECONDS_LONG, fs=1000, chi1=0, chi2=EXP2, knee=KNEE)

freqs, powers = compute_spectrum(sig, FS, f_range=(1, 200))

Expand Down

0 comments on commit a23a192

Please sign in to comment.