-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fast-fix-palooza #425
Fast-fix-palooza #425
Conversation
This pull request fixes 1 alert when merging 35e50b0 into bc89224 - view on LGTM.com fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 058b5d5 into bc89224 - view on LGTM.com new alerts:
fixed alerts:
|
Codecov Report
@@ Coverage Diff @@
## master #425 +/- ##
==========================================
+ Coverage 49.35% 50.89% +1.53%
==========================================
Files 35 33 -2
Lines 9583 9292 -291
==========================================
- Hits 4730 4729 -1
+ Misses 4853 4563 -290
Continue to review full report at Codecov.
|
This pull request introduces 1 alert and fixes 1 when merging 7834f92 into bc89224 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging 4eff2d2 into bc89224 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request introduces 1 alert and fixes 1 when merging e094e40 into bc89224 - view on LGTM.com new alerts:
fixed alerts:
|
This pull request fixes 1 alert when merging 5551d05 into bc89224 - view on LGTM.com fixed alerts:
|
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!
I am uncertain about using __reduce__
as an alternative to overriding __setstate__
/__getstate__
and what that might mean for forward-compatibility of serialized versions.
If we're not 100% sure of our approach, perhaps we want to note that pickle/serialization support is still experimental and we cannot guarantee future versions of the toolkit will be able to read pickled/serialized objects from this version of the toolkit?
Agreed -- added
to release notes |
This pull request fixes 1 alert when merging 7f4844d into bc89224 - view on LGTM.com fixed alerts:
|
Molecule.conformers
andMolecule.partial_charges
in all docstringsgbsaforces.py
andtest_smirnoff.py
since they're not used at all and have confused a bunch of people by having spurious code.Warning:
to reduce user confusionForceField._parameters
, since that has probably been a mistake all alongStatus