Skip to content

Commit

Permalink
fix doctest'
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Jul 18, 2023
1 parent 0ed6d7d commit d97f433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fooof/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def interpolate_spectra(freqs, powers, interp_range, buffer=3):
Using simulated spectra, interpolate away line noise peaks:
>>> from fooof.sim import gen_group_power_spectra
>>> freqs, powers = gen_power_spectrum(5, [1, 75], [1, 1], [[10, 0.5, 1.0], [60, 2, 0.1]])
>>> freqs, powers = gen_group_power_spectra(5, [1, 75], [1, 1], [[10, 0.5, 1.0], [60, 2, 0.1]])
>>> freqs, powers = interpolate_spectra(freqs, powers, [58, 62])
"""

Expand Down

0 comments on commit d97f433

Please sign in to comment.