-
Notifications
You must be signed in to change notification settings - Fork 86
SystemGenerator should only add barostat if system is periodic #253
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
|
@mattwthompson : Now that CI is re-enabled, I'm noting an interesting error that appears to be related to the new OpenFF toolkit's unit-handling scheme mis-parsing a SMARTS string it is trying to identify as a quantity. This traceback is long, so I've made it collapsable: Full tracebackIf you follow it all the way to find what appears to be the error, we see this block: It does appear that the toolkit attempts to convert all strings to quantities: Any idea why this would be failing here but not for you folks? |
|
I have confirmed locally that I do get this |
|
This looks like the issue we ran into when Pint bumped up to 0.20 a few weeks ago (the paper trail can be found from openforcefield/openff-toolkit#1444). This was fixed in version 0.11.3 of the toolkit, whose builds include constraints on
to micromamba update -y -c conda-forge "openff-toolkit >=0.11.3" Hopefully there's not a compelling reason for the solver to pick 0.11.2 ... |
|
@mattwthompson : Thanks for the pointers! |
Codecov ReportBase: 76.92% // Head: 76.92% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #253 +/- ##
=======================================
Coverage 76.92% 76.92%
=======================================
Files 4 4
Lines 845 845
=======================================
Hits 650 650
Misses 195 195
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
… 0.11 version of openff-toolkit
Fixes #252