-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fix issue #124 #125
Fix issue #124 #125
Conversation
Okay, this is failing since there are missing Sire 2023.4.0.dev packages for some platforms and Python variants. |
Looks like I now need to use py39, 310, and 311. However, some packages are still missing, e.g. this doesn't contain a full set. |
I've updated the Python versions but will wait to re-run the CI until the Sire packages are available. |
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.
All good - sorry that this was an annoying change. I think having space
and time
always defined will help us in the long term
No problem, it completely makes sense, I just have no idea why this only became an issue post-release, since I was building against a version of Sire where this change was already present 🤷♂️ |
This PR closes #124. We now check that the space property of the system is periodic for all supported engines, to ensure that vacuum simulations are run correctly. Note that there is some code duplication here since not all process classes have been ported to the new configuration generator code. The GROMAC code is duplicated since we need to write a modified GRO file for vacuum simulations, which is done in the process setup, not the configuration generator.
devel
into this branch before issuing this pull request (e.g. by runninggit pull origin devel
): [y]Suggested reviewers:
@chryswoods