-
Notifications
You must be signed in to change notification settings - Fork 662
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
Finalizing #2537 #2616
Finalizing #2537 #2616
Conversation
- [DOC] add sphinx deprecated paragraph to density/BFactor2RMSF docstring - [TEST] decrease precision in assert_almost_equal test_density/test_density_from_PDB - [TEST] Bring back TestGridImport class in test_density - [DOC] Update CHANGELOG
I see my editor had a go at some trailing white spaces in the CHANGELOG, let me know if that's a problem for you. |
Codecov Report
@@ Coverage Diff @@
## densityanalysis-2502 #2616 +/- ##
========================================================
+ Coverage 91.01% 91.68% +0.66%
========================================================
Files 170 15 -155
Lines 23192 2008 -21184
Branches 2946 0 -2946
========================================================
- Hits 21108 1841 -19267
+ Misses 1495 167 -1328
+ Partials 589 0 -589 Continue to review full report at Codecov.
|
@orbeckst do you prefer this be a two stage PR (i.e. PR into your branch, and then we close your PR), or for @wvandertoorn's PR to directly go into develop? |
Merge into my original PR. |
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.
Thanks for picking this up :)
Remember to add yourself to AUTHORS too.
Main change required here is to add a bit more details to the .. deprecated
docs. Could you also add details for the .. deprecated
in notwithin_coordinates_factory? Saying that it will be removed in 2.0.0 with density_from_Universe
?
- [DOC] Update AUTHORS - [DOC] More detail on deprecation notice
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.
One new change, one info request on a previously requested change.
- [DOC] Fix formatting - [DOC] Fix deprecation notice mix up
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.
lgtm thanks for your work @wvandertoorn
I'm still not 100% sure this will end up fixing all the Travis failures we were seeing in #2537, but unfortunately it looks like we can't test this until this gets pushed to @orbeckst's PR.
I'll wait for appveyor to return green here and then squash-merge. If the issues with Travis continue, I might ping you for another PR if that's ok with you?
Fixes #2502
Changes made in this Pull Request:
PR Checklist