Move results attributes of helix_analysis to Results#3279
Move results attributes of helix_analysis to Results#3279orbeckst merged 2 commits intoMDAnalysis:developfrom
Conversation
|
Hello @lilyminium! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2021-05-07 22:02:29 UTC |
Codecov Report
@@ Coverage Diff @@
## develop #3279 +/- ##
========================================
Coverage 93.04% 93.04%
========================================
Files 172 172
Lines 22751 22751
Branches 3192 3192
========================================
Hits 21168 21168
Misses 1533 1533
Partials 50 50
Continue to review full report at Codecov.
|
orbeckst
left a comment
There was a problem hiding this comment.
lgtm, just suggestions how to make use of the fact that Results is a dict and get rid of ugly {get,set}attr.
|
Something is not right in how the results are stored now. I am not sure what, I just looked at the failures and they are typically an extra (or missing) level of |
|
I assume you need PR #3281 merged before restarting this one? |
Co-authored-by: Oliver Beckstein <orbeckst@gmail.com>
72a4e9c to
d63d389
Compare
|
I am sorry, the CHANGELOG message for this PR was lost after merging PR #3288 – see comment 51fa4e4#r50540088 . This should get fixed when PR #3284 is merged. |
Fixes #3268
Fixes #3267
Changes made in this Pull Request:
resultsI did not add a deprecation warning because this analysis is new in 2.0.0.
PR Checklist