Skip to content

Commit

Permalink
typo: smaller -> slower
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhammonds committed Feb 22, 2021
1 parent 367ebc2 commit ad0601b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurodsp/rhythm/swm.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def sliding_window_matching(sig, fs, win_len, win_spacing, max_iterations=500,
so that the algorithm does not converge on a low frequency motif.
- This implementation is a minimal version, as compared to the original implementation
in [2], which has more available options.
- This version may also be much smaller than the original, as this implementation does not
- This version may also be much slower than the original, as this implementation does not
currently include the Markov Chain Monte Carlo sampling to calculate distances.
Examples
Expand Down

0 comments on commit ad0601b

Please sign in to comment.