-
Notifications
You must be signed in to change notification settings - Fork 21
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
Test AHFE user charges #586
Conversation
Hello @IAlibay! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-10-25 10:54:16 UTC |
openfe/protocols/openmm_afe/base.py
Outdated
system_generator.create_system( | ||
mol.to_topology().to_openmm(), molecules=[mol] | ||
) |
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.
@richardjgowers this is the identation bug I mentioned earlier - I should have noticed 🤦🏽♂️
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.
no this won't work... one sec
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #586 +/- ##
==========================================
+ Coverage 92.03% 92.08% +0.05%
==========================================
Files 123 123
Lines 8157 8196 +39
==========================================
+ Hits 7507 7547 +40
+ Misses 650 649 -1
☔ View full report in Codecov by Sentry. |
Fixes #578
Developers certificate of origin