JamesOwers / midi_degradation_toolkit

A toolkit for generating datasets of midi files which have been degraded to be 'un-musical'.
MIT License
38 stars 5 forks source link

Andrew #151

Closed apmcleod closed 4 years ago

apmcleod commented 4 years ago

This fixes #37. I confirmed that the degs do error with incorrect input, and added a nice error message.

This also does a lot of work on #132. Basically, it naively changes all warnings.warn to logging.warning. Functionality will not change, but we may want to do some filtering or something with the logging module before closing the issue.

apmcleod commented 4 years ago

It was a nested groupby before because I didn't know you could group by multiple columns at the same time :P