-
Notifications
You must be signed in to change notification settings - Fork 4
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
Re-jig BCCs to be more specific #131
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #131 +/- ##
==========================================
- Coverage 84.06% 84.05% -0.02%
==========================================
Files 37 37
Lines 2021 2019 -2
==========================================
- Hits 1699 1697 -2
Misses 322 322
☔ View full report in Codecov by Sentry. |
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.
Could you provide a little more context for these changes? I'm inclined to nearly rubber-stamp whatever changes you wish, but I'd like to have an idea what's going on here.
- Is there any metric of correctness for these BCC SMIRKS? CI is all green after changing some patterns, which is not intuitive
- How does
openff/recharge/data/bcc/original-am1-bcc.json
differ fromopenff/recharge/data/bcc/openeye-am1-bcc.json
? - If I'm following the paper trail,
scripts/convert-am1-bcc/generate_original_am1bcc.py
is to be compared to the file now atscripts/convert-am1-bcc/legacy/convert.py
? GitHub's UI doesn't pick up on this but I can just diff them locally. - There are some commented-out patterns in
GENERAL_ATOM_CODES
- intentional or temporary?
The "correctness" is how well it corresponds to how OpenEye assigns things. There's a benchmark in
That's right :)
These were intentionally commented out to leave a bit of a trail in case the more general patterns should be reverted back to the stricter ones... thanks to your feedback I've realised this PR as a whole is probably still a bit premature. |
Description
Re-do OpenEye BCC collection
Status