diff options
Diffstat (limited to 'bin/Proof_Of_Concept_PELT.py')
-rwxr-xr-x | bin/Proof_Of_Concept_PELT.py | 2 |
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"] |