Skip to content

Conversation

@atravitz
Copy link
Contributor

@atravitz atravitz commented Mar 26, 2025

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

  • Added a news entry

Developers certificate of origin

@atravitz atravitz requested a review from mikemhenry March 26, 2025 18:28
@codecov
Copy link

codecov bot commented Mar 26, 2025

Codecov Report

Attention: Patch coverage is 95.83333% with 1 line in your changes missing coverage. Please review.

Project coverage is 92.57%. Comparing base (66ac2bd) to head (6e23e6c).
Report is 99 commits behind head on main.

Files with missing lines Patch % Lines
openfe/tests/protocols/test_openmmutils.py 95.83% 1 Missing ⚠️
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     
Flag Coverage Δ
fast-tests 92.57% <95.83%> (?)
slow-tests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@atravitz atravitz marked this pull request as ready for review March 26, 2025 18:40
@github-actions
Copy link

No API break detected ✅

Comment on lines +11 to +24
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)
Copy link
Contributor Author

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

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

Comment on lines +11 to +24
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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙏

@mikemhenry mikemhenry merged commit e044ec4 into main Mar 26, 2025
13 checks passed
@mikemhenry mikemhenry deleted the retry_pooch_retrieve branch March 26, 2025 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants