Closed fosfrancesco closed 1 year ago
Attention: 2 lines
in your changes are missing coverage. Please review.
Files | Coverage Δ | |
---|---|---|
partitura/io/exportmatch.py | 79.79% <100.00%> (ø) |
|
partitura/io/importmatch.py | 82.27% <100.00%> (-0.79%) |
:arrow_down: |
partitura/io/importnakamura.py | 85.71% <100.00%> (ø) |
|
partitura/io/matchfile_utils.py | 94.89% <100.00%> (+0.01%) |
:arrow_up: |
partitura/io/matchlines_v0.py | 86.14% <100.00%> (+0.24%) |
:arrow_up: |
partitura/io/matchfile_base.py | 94.94% <88.88%> (+0.10%) |
:arrow_up: |
tests/test_match_import.py | 99.85% <66.66%> (-0.15%) |
:arrow_down: |
:loudspeaker: Thoughts on this report? Let us know!.
Bug Fixes
doc_order
for sorting notes in thematchfile_from_alignment
function if it is not present. This propriety is only present in parts from musicxml scores and previously resulted in an exception for other score formats. This solves https://github.com/CPJKU/partitura/issues/326MatchSnoteTrailingScore
andMatchSnoteNoPlayedNote
were always marked asMatchSnoteDeletion
andMatchHammerBounceNote
,MatchTrailingPlayedNote
,MatchTrillNote
always ended up asMatchInsertionNote
. This solves https://github.com/CPJKU/partitura/issues/286None
in the output.