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

Missing test for degradations #166

Closed apmcleod closed 4 years ago

apmcleod commented 4 years ago

For the 5 degradations that might retry (with tries - 1; all of the _shifts, and add_note), we should deterministically test that all of the other parameters are passed through correctly.

Let's do this in a separate test function.