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

Fix #346 #385

Merged
merged 5 commits into from
Aug 3, 2019
Merged

Fix #346 #385

merged 5 commits into from
Aug 3, 2019

Conversation

j-wags
Copy link
Member

@j-wags j-wags commented Jul 16, 2019

Summary

Status

  • Ready for review
  • Ready for merge

Copy link
Contributor

@davidlmobley davidlmobley left a 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.

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.
Copy link
Contributor

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.

Copy link
Member

@jchodera jchodera left a 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-io
Copy link

codecov-io commented Aug 2, 2019

Codecov Report

Merging #385 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
openforcefield/utils/toolkits.py 87.21% <100%> (+0.1%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9fa40c...dcea3d5. Read the comment docs.

@j-wags j-wags merged commit 1cfcc5d into master Aug 3, 2019
@j-wags j-wags deleted the fix_oe_charge_assign branch August 3, 2019 00:05
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.

Charge generation is failing
4 participants