-
Notifications
You must be signed in to change notification settings - Fork 3
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 pytests failing #334
Comments
These include
|
another thing is that @falquaddoomi mentioned is that the way were are running the tests might be redundant, i.e. we have tests set up fro multiple python versions and OSs in GitHub actions, but then possibly also doing that in our tox configuration. Cutting down on too many tests will help with the tests taking so long to run. |
Also, try to figure out a way to just get all the pytest data into cache, I think each test is downloading from Zenodo. If there is a pytest for downloading, probably best to remove that. |
seems like removing the scaling in code and PreTrainedWeights makes the tests act like they should |
I feel like #364 fixed the main reason the tests failed |
Right now I have some tests commented out. The ones that used the model weights or the predictions are failing as I think there are some differences in the model training, especially for low probability genes across species. Might need a different pytest input and results.
The text was updated successfully, but these errors were encountered: