diff --git a/musif/extract/features/rhythm/handler.py b/musif/extract/features/rhythm/handler.py index 40d5462f..4c96ce8e 100644 --- a/musif/extract/features/rhythm/handler.py +++ b/musif/extract/features/rhythm/handler.py @@ -139,9 +139,9 @@ def update_score_objects( ] double_dotted_rhythm.append(part_features[DOUBLE_DOTTEDRHYTHM]) - - dotted_rhythm = [i for i in dotted_rhythm if i not in (0.0, "NA")] + double_dotted_rhythm = [i for i in double_dotted_rhythm if i not in (0.0, "NA")] + features.update( { # get_score_feature(AVERAGE_DURATION): mean(average_durations),