Skip to content

Commit

Permalink
fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Feb 4, 2025
1 parent fee9757 commit 5470350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodsp/plts/spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def plot_spectra_3d(freqs, powers, log_freqs=False, log_powers=True, colors=None
... 'sim_bursty_oscillation' : {'freq': 10}})
>>> freqs1, powers1 = compute_spectrum(sig1, fs=500)
>>> freqs2, powers2 = compute_spectrum(sig2, fs=500)
>>> plot_spectra_3D([freqs1, freqs2], [powers1, powers2])
>>> plot_spectra_3d([freqs1, freqs2], [powers1, powers2])
"""

ax = check_ax_3d(ax)
Expand Down

0 comments on commit 5470350

Please sign in to comment.