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 873f89f commit 7659dd4
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 @@ -58,7 +58,7 @@ def waveform_width(waveform, cutoff=0.75):
--------
>>> from elephant.waveform_features import waveform_width
>>> waveform_width([20, 25, 10, -5, -2, 7, 15], cutoff=0.75)
3
np.int64(3)
"""
waveform = np.squeeze(waveform)
Expand Down

0 comments on commit 7659dd4

Please sign in to comment.