diff options
-rw-r--r-- | lib/pelt.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pelt.py b/lib/pelt.py index 29faf5c..8a951c9 100644 --- a/lib/pelt.py +++ b/lib/pelt.py @@ -94,7 +94,7 @@ class PELT: ) algo = algo.fit(self.norm_signal(signal)) - # Empirically, most sub-state detectino results use a penalty + # Empirically, most sub-state detection results use a penalty # in the range 30 to 60. If there's no changepoints with a # penalty of 20, there's also no changepoins with any penalty # > 20, so we can safely skip changepoint detection altogether. |