-
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
Modify where number of bond types is chosen from #561
Conversation
Pull Request Test Coverage Report for Build 2015615522
💛 - Coveralls |
The change seems to be breaking multiple workflows. I will re-open the PR once I have a better idea of where else this bit is used. |
I just double checked that the notebooks that fail in the tests and my local machine are EDIT: I reverted the changes and confirmed that the change does not break the above mentioned tests. |
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.
Yeah, the changes you made shouldn't break those notebooks and it has to be something else. But coming back to the bonds issue, it'll be great if you can add the short example you showed on Monday as a unittest just to ensure that any changes in the future doesn't break your jobs. As an example see:
pyiron_atomistics/tests/lammps/test_base.py
Line 172 in 54cc6e6
def test_lammps_water(self): |
Thanks for the suggestion! I’ll add a test for this. |
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.
Thanks for the tests. I think a couple of changes would still be necessary
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.
LGTM :)! Just a minor simplification recommendation
Co-authored-by: Sudarsan Surendralal <[email protected]>
As discussed in the pyiron meeting yesterday (14/03/2022), I changed the variable from which the number of bond types is chosen to be written to the
structure.inp
file.