Skip to content

Commit

Permalink
correct formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sildater committed Oct 1, 2024
1 parent 6d24b6a commit 9754a90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions partitura/musicanalysis/performance_codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,10 +826,10 @@ def get_matched_notes(spart_note_array, ppart_note_array, alignment):

if len(matched_idxs) == 0:
warnings.warn(
"No matched note IDs found."
"Either the alignment contains no matches"
"or the IDs in score of performance do not correspond to the alignment"
"(repeat unfolding, etc.)"
"No matched note IDs found. "
"Either the alignment contains no matches "
"or the IDs in score of performance do not correspond to the alignment "
"(maybe due to repeat unfolding)."
)

return np.array(matched_idxs)
Expand Down

0 comments on commit 9754a90

Please sign in to comment.