summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-10-13 14:57:05 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-10-13 14:57:05 +0200
commit081247660357c8f63fdaaf363c29d1b95a86b842 (patch)
treefe65af9cd7cc05a322ca4e91d84befff2f41c9ef
parent8e0d3674c9e8fcbc90eafaa390154550bbc234a6 (diff)
wip
-rwxr-xr-xbin/Proof_Of_Concept_PELT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Proof_Of_Concept_PELT.py b/bin/Proof_Of_Concept_PELT.py
index e359e5f..3206b68 100755
--- a/bin/Proof_Of_Concept_PELT.py
+++ b/bin/Proof_Of_Concept_PELT.py
@@ -26,7 +26,6 @@ from dfatool.utils import by_name_to_by_param
from dfatool.validation import CrossValidator
-
# returns the found changepoints by algo for the specific penalty pen.
# algo should be the return value of Pelt(...).fit(signal)
# Also puts a token in container q to let the progressmeter know the changepoints for penalty pen
@@ -630,6 +629,7 @@ if __name__ == "__main__":
penalty = opt_pen_override
# build arguments for parallel excecution
print_info("Starting raw_states calculation.")
+ ### YOU ARE HERE
raw_states_calc_args = []
for num_measurement, measurement in enumerate(
measurements_by_config["offline"]