Make align AnalysisBase classes use the Results class#3280
Merged
IAlibay merged 4 commits intoMDAnalysis:developfrom May 7, 2021
Merged
Make align AnalysisBase classes use the Results class#3280IAlibay merged 4 commits intoMDAnalysis:developfrom
IAlibay merged 4 commits intoMDAnalysis:developfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3280 +/- ##
========================================
Coverage 93.03% 93.04%
========================================
Files 172 172
Lines 22732 22752 +20
Branches 3194 3194
========================================
+ Hits 21149 21169 +20
Misses 1533 1533
Partials 50 50
Continue to review full report at Codecov.
|
orbeckst
approved these changes
May 7, 2021
|
|
||
| self.filename = filename | ||
| self.universe = mda.Merge(self.mobile_atoms) | ||
| self.results.universe = mda.Merge(self.mobile_atoms) |
Member
There was a problem hiding this comment.
FYI @joaomcteixeira @PicoCentauri : mdacli will need to be able to deal with whole Universes in the results. This can be as simple as reporting that this result cannot be meaningfully saved. (Although, you can serialize a Universe nowadays — just the question if you want to).
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.
Fixes #3278
Towards #3261
Changes made in this Pull Request:
align.AlignTraj.rmsd->align.AlignTraj.results.rmsdalign.AverageStructure.universe->align.AverageStructure.results.universealign.AverageStructure.positions->align.AverageStructure.results.positionsalign.AverageStructure.rmsd->align.AverageStructure.results.rmsdPR Checklist