-
Notifications
You must be signed in to change notification settings - Fork 83
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
re-enable gaff #334
re-enable gaff #334
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #334 +/- ##
===========================================
+ Coverage 52.91% 69.82% +16.91%
===========================================
Files 5 5
Lines 807 822 +15
===========================================
+ Hits 427 574 +147
+ Misses 380 248 -132 ☔ View full report in Codecov by Sentry. |
4fb04d0
to
7d5738c
Compare
Just waiting on the patch release now openmm/openmm#4572 |
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.
Minor changes needed. Otherwise, looking great!
This is blocked by conda-forge/openmm-feedstock#135 which might be fixed by conda-forge/openmm-feedstock#137 |
Co-authored-by: Iván Pulido <[email protected]>
I'm seeing https://anaconda.org/conda-forge/openmm/files populated, and while the CDN might not be updated I'm re-kicking the jobs anyway. I'm offline for the day now, but will kick again in the morning if needed. If this is green tomorrow, I'm going to merge and make a 0.13.0 based on this. Please do shout if there are other considerations we need to make @mikemhenry @ijpulidos |
Some actual failures here |
my $ is on ambertools crashing on osx-arm64, I will tinker with the macos versions of the runners to figure out what is going on |
…to fix/gaff_with_ambertools23
The errors showing up now are ones I've seen reported by other people, I think it is still some ambertools weirdness where it fails to run |
looks like ambertools has some issues on macos-13, but works on macos-12 (older glibc version, x86) and macos-14 (newer glibc, osx-arm64) so that is surprising, but I feel confident that the changes made in this PR don't introduce any new regressions. Thoughts @mattwthompson on these errors? Think we should just test on macos-14? Do you see any issues on openff repos that are using ambertools on macos-13?
|
I don't think we're using 13 anywhere; ideally we can test M1 and Intel chips but given the likelihood these issues are upstream packaging snafus and probably not issues with this code, I can live with only one version passing. |
Cool, I've got a meeting right now but if you @mattwthompson or @ijpulidos can give this another review, I can get a release cut and out onto conda-forge (I will also set CI to just test on osx-arm64) |
Alright, I ran through the diff twice and this does everything I hoped it would, including a brief changelog entry. I gave the automation the ✅ so, with a little luck from the silicon deities, it should auto-merge within the hour! |
going to see if we can fix gaff support in an elegant way