diff options
author | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-03 08:07:50 +0100 |
---|---|---|
committer | Birte Kristina Friesel <birte.friesel@uos.de> | 2025-01-03 08:07:50 +0100 |
commit | cae28b401f53ee1f1c4e00ba6bea5122f7cc539c (patch) | |
tree | 2da2f0f44ab8c39d855629d98d6883a6469a06a5 /lib | |
parent | ca2d0bc5ec01fb5d8e1d29d73582f42d9ef23305 (diff) |
pelt: typomain
Diffstat (limited to 'lib')
-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. |