Skip to content

Commit

Permalink
PT Hidden Fill na with Fuga
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Aug 3, 2023
1 parent 104753f commit 78a3c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intervals/main_objs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2958,6 +2958,7 @@ def presentationTypes(self, melodic_ngram_length=4, limit_to_entries=True,
points_combined["Count_Non_Overlaps"] = points_combined["Overlaps"].apply(ImportedPiece._non_overlap_count)
points_combined.drop(['Count_Offsets', 'Offsets_Key', 'Entry_Durs', 'Overlaps'], axis=1, inplace=True)
points_combined["Progress"] = (points_combined["First_Offset"] / self.notes().index[-1])
points_combined["Presentation_Type"].fillna("FUGA", inplace=True)
# NIM test. Here we check for interlocking fugas that are really nims:
# if len(points_combined) >= 1:
# fugas = points_combined[points_combined["Presentation_Type"] == 'FUGA']
Expand Down

0 comments on commit 78a3c34

Please sign in to comment.