Skip to content
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

Reattempt at committing #294

Closed
wants to merge 19 commits into from
Closed

Reattempt at committing #294

wants to merge 19 commits into from

Conversation

rolan701
Copy link
Contributor

Unsure why updates did not go through before

added import copy
made dist a float
for bond in mol.bo_dict:
atom0 = mol.atoms[bond[0]]
atom1 = mol.atoms[bond[1]]
dist = -100000000000.0

Check warning

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'dist' is unnecessary as it is
redefined
before this value is used.
This assignment to 'dist' is unnecessary as it is
redefined
before this value is used.
rolan701 and others added 3 commits November 18, 2024 11:16
caveats for more unforseen instances of core3D building
fixed writemol2
smart generation default change and addition to mcomplex
changed writemol2 to hopefully pass test
no_tabs fix 1
no_tabs fix 2
@rolan701 rolan701 closed this Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant