-
Notifications
You must be signed in to change notification settings - Fork 86
Scattered fixes to get CI running #290
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
* Pin AmberTools * Skip non-small molecule force fields at test time * Always run tests, even if OpenEye is not licensed
|
This inheritance is having some side effects - could it be updated to only pull from the base class?
Removing more of the |
This reverts commit 5b37af5.
|
This PR gets everything working except DGL stuff - could somebody take this over? |
|
Thanks so much, @mattwthompson ! @ijpulidos will take this over! |
Codecov ReportPatch coverage has no change and project coverage change:
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #290 +/- ##
==========================================
- Coverage 77.08% 69.21% -7.88%
==========================================
Files 5 5
Lines 851 851
==========================================
- Hits 656 589 -67
- Misses 195 262 +67
☔ View full report in Codecov by Sentry. |
|
I changed the tests such that we can test espaloma independently of the other forcefields. Tests seem to be passing now (still a few to go, but I already see green check marks). The coverage of course was reduced because now we are skipping the espaloma parts and I think it's working as expected as per https://app.codecov.io/gh/openmm/openmmforcefields/pull/290/blob/openmmforcefields/generators/template_generators.py , but would love somebody else to confirm this. I marked the espaloma tests with The good news is that we seem to have the CI back up and running succesfully again for all the non-espaloma ffs that we are testing. |
|
I see the tests are failing about the |
|
I would just drop the 0.10.x toolkit testing, support is completely going away soon and as far as I'm aware all projects have upgraded to at least 0.11.x at this point. If people need it with You can try to |
|
I think you need to add the path to the conftest.py file at the end of this command |
Uh oh!
There was an error while loading. Please reload this page.