Skip to content

Commit

Permalink
fix doctest waveform features
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Feb 12, 2025
1 parent e1b1b68 commit 873f89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elephant/waveform_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def waveform_snr(waveforms):
>>> from elephant.waveform_features import waveform_snr
>>> waveforms = [[20, 25, 10, -5, -2, 7, 15], [17, 29, 11, -4, 0, 5, 20]]
>>> waveform_snr(waveforms)
12.249999999999998
np.float64(12.249999999999998)
"""
if isinstance(waveforms, neo.SpikeTrain):
Expand Down

0 comments on commit 873f89f

Please sign in to comment.