-
Notifications
You must be signed in to change notification settings - Fork 49
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
structure generation overhaul #296
Conversation
hope this isn't awful
added move_point compatibility
no_tabs brought back
fixed trailing whitespace
needed for my structgen changes
added import copy
made dist a float
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
obConversion.SetOutFormat("xyz") | ||
obConversion.WriteFile(OBMol,fname+'BABEL.xyz') | ||
|
||
# check if overextended H: |
Check warning
Code scanning / CodeQL
Variable defined multiple times Warning
redefined
This assignment to 'dist' is unnecessary as it is
redefined
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #296 +/- ##
==========================================
+ Coverage 37.23% 37.29% +0.05%
==========================================
Files 90 90
Lines 30025 30210 +185
==========================================
+ Hits 11179 11266 +87
- Misses 18846 18944 +98
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Big change merge, work with overwrite and smart_generation |
No description provided.