Skip to content
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

move import to speed up cli #1066

Merged
merged 2 commits into from
Jan 8, 2025
Merged

move import to speed up cli #1066

merged 2 commits into from
Jan 8, 2025

Conversation

atravitz
Copy link
Contributor

@atravitz atravitz commented Jan 6, 2025

In the recent gather PR, I accidentally put a slow import at the top of gather.py.

Checklist

  • Added a news entry

Developers certificate of origin

@@ -7,8 +7,6 @@
from typing import Callable, Literal
import warnings

from openfe.protocols.openmm_rfe.equil_rfe_methods import RelativeHybridTopologyProtocolResult as rfe_result
from openfe.protocols import openmm_rfe
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 deleted because I realized it's unused.

Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.74%. Comparing base (a69f129) to head (cdc9c4e).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1066      +/-   ##
==========================================
- Coverage   94.47%   92.74%   -1.73%     
==========================================
  Files         135      135              
  Lines       10093    10092       -1     
==========================================
- Hits         9535     9360     -175     
- Misses        558      732     +174     
Flag Coverage Δ
fast-tests 92.74% <100.00%> (?)
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.

@atravitz atravitz marked this pull request as ready for review January 7, 2025 16:09
Copy link

github-actions bot commented Jan 7, 2025

No API break detected ✅

@atravitz atravitz requested a review from IAlibay January 8, 2025 16:27
@IAlibay IAlibay merged commit 2eb0ec8 into main Jan 8, 2025
12 checks passed
@IAlibay IAlibay deleted the move_imports branch January 8, 2025 18:09
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.

2 participants