-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Maestro #130
Add Maestro #130
Conversation
…d data and tests + uploaded download.py for maestro, added test data for maestro, updated Manifest for wav and midi files in test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to find a way to remove the csv, json and wav files if possible. Is there a reason we need them all?
… repo. Also removed metadata csv file as it wasn't being used in the code.
… test files referenced, modified test_maestro_create_input_data to work with this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think after these comments are resolved, I'll be okay merging this in
…ove debugging prints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of more style comments
Updated tolerance for ikala, test names for ikala and guitarset, added data and tests + uploaded download.py for maestro, added test data for maestro, updated Manifest for wav and midi files in test.
Unfortunately I had to roll a bunch of commits into one here because I added a too large file to one of the commits and soft reset to right before it in order to push.
In one of the tests I create and then delete a test file. Maybe I did this in a non-canonical or nonsafe way - please check.