-
Notifications
You must be signed in to change notification settings - Fork 7
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
Units for theoretical_pitch are in Hz #128
Conversation
Codecov Report
@@ Coverage Diff @@
## master #128 +/- ##
======================================
Coverage 0.40% 0.40%
======================================
Files 46 46
Lines 5000 5000
======================================
Hits 20 20
Misses 4980 4980
Continue to review full report at Codecov.
|
Thank you @pelinski and @marinaniet0 not only for reporting the issue but also for making the fix! 🥳 Before I approve the PR can you also do the following:
Thanks in advance! |
Done! Thank you for considering the PR and for the toolbox :-) |
My pleasure. I'm glad that whatever I did years ago is of some help to you people :) FYI, Before hitting the merge I've realized that the automated tests are failing. It's not because of your change, but something irrelevant. I've changed the PR to merge to the dev branch so I can fix these problems before pushing to master and creating a problematic release 😄 Thanks for the contributions! |
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.
linting borken on Python. It's my problem.
Merging to dev so I can fix these on my own before merging to master.
Thanks!
Hi! @marinaniet0 and I realized this while working in the Audio and Muisc Processing Lab assignment:
In line 73:
So
theoretical_pitch
must be in Hz when written to thestable_notes
dict.