CPJKU / partitura

A python package for handling modern staff notation of music
https://partitura.readthedocs.io
Apache License 2.0
241 stars 18 forks source link

Load_score select the correct parser based on the file extension #314

Closed fosfrancesco closed 1 year ago

fosfrancesco commented 1 year ago

Load_score select the correct parser based on the file extension instead of try except

Solved a for load_score for match files, which was not returning anything

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage is 92.85% of modified lines.

Files Changed Coverage
partitura/io/__init__.py 90.00%
partitura/io/importmei.py 100.00%

:loudspeaker: Thoughts on this report? Let us know!.

fosfrancesco commented 1 year ago

Changed as requested