From 081247660357c8f63fdaaf363c29d1b95a86b842 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 13 Oct 2020 14:57:05 +0200 Subject: wip --- bin/Proof_Of_Concept_PELT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] -- cgit v1.2.3