From cae28b401f53ee1f1c4e00ba6bea5122f7cc539c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 3 Jan 2025 08:07:50 +0100 Subject: pelt: typo --- lib/pelt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3