-
Notifications
You must be signed in to change notification settings - Fork 35
pooch - add triplicate retries #1213
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1213 +/- ##
==========================================
- Coverage 94.20% 92.57% -1.64%
==========================================
Files 141 141
Lines 10659 10662 +3
==========================================
- Hits 10041 9870 -171
- Misses 618 792 +174
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No API break detected ✅ |
| import openfe | ||
| import pooch | ||
| import pytest | ||
| from gufe.settings import OpenMMSystemGeneratorFFSettings, ThermoSettings | ||
| from numpy.testing import assert_allclose, assert_equal | ||
| from openfe.protocols.openmm_rfe.equil_rfe_settings import ( | ||
| IntegratorSettings, OpenMMSolvationSettings) | ||
| from openfe.protocols.openmm_utils import (charge_generation, | ||
| multistate_analysis, omm_settings, | ||
| settings_validation, | ||
| system_creation, system_validation) | ||
| from openfe.protocols.openmm_utils.charge_generation import (HAS_ESPALOMA, | ||
| HAS_NAGL, | ||
| HAS_OPENEYE) |
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.
this is just me applying isort to this file bc there were many imports
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.
🙏
| import openfe | ||
| import pooch | ||
| import pytest | ||
| from gufe.settings import OpenMMSystemGeneratorFFSettings, ThermoSettings | ||
| from numpy.testing import assert_allclose, assert_equal | ||
| from openfe.protocols.openmm_rfe.equil_rfe_settings import ( | ||
| IntegratorSettings, OpenMMSolvationSettings) | ||
| from openfe.protocols.openmm_utils import (charge_generation, | ||
| multistate_analysis, omm_settings, | ||
| settings_validation, | ||
| system_creation, system_validation) | ||
| from openfe.protocols.openmm_utils.charge_generation import (HAS_ESPALOMA, | ||
| HAS_NAGL, | ||
| HAS_OPENEYE) |
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.
🙏
Currently seeing our CI fail on pooch retrievals from figshare. We're guessing this is a "too many requests" issue, but we should be retrying as a best practice regardless.
Checklist
newsentryDevelopers certificate of origin