Merged
Conversation
- removes save methods - depreates hbond_analysis
- removes save method from psa.py - also minor change to test_hbonds.py
Codecov Report
@@ Coverage Diff @@
## develop #2494 +/- ##
===========================================
+ Coverage 90.25% 90.28% +0.03%
===========================================
Files 169 169
Lines 23210 23175 -35
Branches 3008 3001 -7
===========================================
- Hits 20948 20924 -24
+ Misses 1655 1648 -7
+ Partials 607 603 -4
Continue to review full report at Codecov.
|
Member
|
Set removal date for hbonds to 2.0 — that’s the plan. |
Member
|
I didn’t check why CI fails. But ping me when you need a review. |
Member
Author
|
@orbeckst this should be good for review now |
orbeckst
requested changes
Feb 4, 2020
Member
orbeckst
left a comment
There was a problem hiding this comment.
Minor changes, please – see comments.
Thanks for the work!!
4 tasks
orbeckst
approved these changes
Feb 6, 2020
Member
|
Yay, less code! |
This was referenced Feb 29, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partly addresses #1745 (completes
save()removal with #2487 and #2486 )Also addresses #2491, since the deprecation was unclear and it seems like there were no releases between the announced deprecation of
analysis/hbonds/hbond_analysis.pyand now, the deprecation was set as effective v1.0 and set for removal in v2.0 (this is just a placeholder date).Fixes #2492
Changes made in this Pull Request:
analysis/hbonds/hbond_analysis.py.save_tablefrom :class:HydrogenBondAnalysis.save_resultsfrom :class:HydrogenBondAutoCorrel.filename,storeandsave_resultfrom :class:PSAnalysis.HydrogenBondAnalysis._reformat_hbhas been removed, entire class will be removed in 2.0 (Deprecation of _reformat_hb in hbonds/hbond_analysis.py for v1.0 #2492 )Things left to do:
MDAnalysis/analysis/hbonds/hbond_analysis.PR Checklist