-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cherry pick #6
base: master
Are you sure you want to change the base?
Cherry pick #6
Conversation
… named remove_linkers.py
…UST-1_3x3x3_defected.cif
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.
See comment about indent
added_H_xyz.write(H1[i] + " " + "H" + " " + str(Cxyz[i][0]) + " " | ||
+ str(Cxyz[i][1]) + " " + str(Cxyz[i][2]) + " " | ||
+ "0.0000" + " " + "Uiso" + " " + "1.0" + "\n") | ||
added_H_xyz.write( |
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.
I'm thinking line 249 should be indented less to distinguish from the hanging-indented lines below it
https://www.python.org/dev/peps/pep-0008/#indentation
Otherwise, looks good!
No description provided.