-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix #346 #385
Fix #346 #385
Conversation
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.
Looks good to me, pending potential minor cleanup to doc strings.
openforcefield/utils/toolkits.py
Outdated
Compute AM1BCC partial charges with OpenEye quacpac | ||
Compute AM1BCC partial charges with OpenEye quacpac. This function will attempt to use | ||
the OEAM1BCCELF10 charge generation method, but may print a warning and fall back to | ||
normal OEAM1BCC if an error is encountered. |
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.
Do you want to give a "such as" example for when this might occur?
Also, "may print a warning and fall back..." is a bit ambiguous. Does it only do this sometimes? Always? What triggers doing this/not doing it? If it's simple might be better to explain.
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.
Sounds like the best we can do for now!
Codecov Report
@@ Coverage Diff @@
## master #385 +/- ##
==========================================
+ Coverage 77.09% 77.12% +0.03%
==========================================
Files 19 19
Lines 5448 5456 +8
==========================================
+ Hits 4200 4208 +8
Misses 1248 1248
Continue to review full report at Codecov.
|
Summary
Status