-
Notifications
You must be signed in to change notification settings - Fork 709
Mocking Librosa in tests #4010
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
base: main
Are you sure you want to change the base?
Mocking Librosa in tests #4010
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/audio/4010
Note: Links to docs will display an error until the docs builds have been completed. ❌ 19 New FailuresAs of commit 62f940f with merge base 6519052 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Strangely, Perhaps this is a versioning thing? I have librosa 0.11.0 and numpy 2.1.2. I think the next step is to ensure that my changing the numpy version during testing didn't break anything by always comparing with librosa computed values rather than the cache. |
The next logical thing to try is to get the exact versions of all the packages used in CI and ensure that my local setup (from which I'm generating the comparison files) matches them. |
The CI system seems to use numpy 2.2.6 and librosa 0.11.0. I'll pin this and see what happens. |
PLEASE NOTE THAT THE TORCHAUDIO REPOSITORY IS NO LONGER ACTIVELY MONITORED. You may not get a response. For open discussions, visit https://discuss.pytorch.org/.