-
Notifications
You must be signed in to change notification settings - Fork 23
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
xyz to smiles #141
xyz to smiles #141
Conversation
Added pydot-ng to environment.yml, see ReactionMechanismGenerator/RMG-Py#1644 |
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 42.63% 40.81% -1.83%
==========================================
Files 27 27
Lines 6105 6106 +1
Branches 1578 1579 +1
==========================================
- Hits 2603 2492 -111
- Misses 3120 3245 +125
+ Partials 382 369 -13
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 42.63% 42.63% -0.01%
==========================================
Files 27 27
Lines 6105 6106 +1
Branches 1578 1579 +1
==========================================
Hits 2603 2603
+ Misses 3120 3118 -2
- Partials 382 385 +3
Continue to review full report at Codecov.
|
Added an iPy notebook with an xyz to SMILES script
Also specify numpy and RDKit version
Also, don't load the RMG database if not necessary