Skip to content

Commit

Permalink
Update main_objs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Nov 17, 2023
1 parent 9d7f6d1 commit ba4a335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crim_intervals/main_objs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2192,6 +2192,8 @@ def markFourths(self):
har = self.harmonic('d', True, False).copy()
nr = self.notes().ffill()
lowLine = self.lowLine()
# add sort index for streamlit error
lowLine = lowLine.sort_index()
label = 'D' # the label to use for fourths against the lowest note
for col in har.columns:
for i in har.index:
Expand Down

0 comments on commit ba4a335

Please sign in to comment.