You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the tests fails due to missing dependencies, not installed during pip install -e .[dev]
GitPython
pillow
apache-beam
librosa
pylint
Possibly others. Still working to get all existing tests to pass.
aside: This probably isn't the place to bring it up, but the tests are EXTREMELY resource intensive. Luckily, I have 32Gb of RAM. I would not be able to run the tests with 16. Why do we need such intensive tests?
The text was updated successfully, but these errors were encountered:
Running the tests fails due to missing dependencies, not installed during
pip install -e .[dev]
Possibly others. Still working to get all existing tests to pass.
aside: This probably isn't the place to bring it up, but the tests are EXTREMELY resource intensive. Luckily, I have 32Gb of RAM. I would not be able to run the tests with 16. Why do we need such intensive tests?
The text was updated successfully, but these errors were encountered: