-
Notifications
You must be signed in to change notification settings - Fork 68
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
FIx Tests #477
Conversation
Codecov ReportBase: 75.89% // Head: 75.64% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #477 +/- ##
==========================================
- Coverage 75.89% 75.64% -0.26%
==========================================
Files 65 65
Lines 3854 3876 +22
==========================================
+ Hits 2925 2932 +7
- Misses 929 944 +15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Hallelujah! |
Due to many upgrades (in particular Librosa), many tests are failing due to slightly different values.
I'm relaxing many tests to prevent this from happening so frequently.
NLTK also requires more granular resource management now.