Fix InterRDF_s normalization problem when given density = True#121
Fix InterRDF_s normalization problem when given density = True#121orbeckst merged 7 commits intoMDAnalysis:masterfrom
Conversation
|
Tests for density function failed as described in #122 . |
orbeckst
left a comment
There was a problem hiding this comment.
lgtm – but please also raise an issue for serial MDA, especially as we want to do a quick bug-fix release 1.0.1 MDAnalysis/mdanalysis#2768
|
|
||
|
|
||
| @pytest.fixture(scope='module') | ||
| def rdf_ref(u): |
There was a problem hiding this comment.
Is the reference the normal RDF calculation with a single atom in each group?
| rdf = [] | ||
|
|
||
| for i, (nA, nB) in enumerate(self.ag_shape): | ||
| for i in range(len(self.ag_shape)): |
There was a problem hiding this comment.
Is this also broken in MDAnalysis.analysis.rdf.InterRDF_s?
orbeckst
left a comment
There was a problem hiding this comment.
- update CHANGELOG
- merge master
|
I merged master. |
Codecov Report
@@ Coverage Diff @@
## master #121 +/- ##
=======================================
Coverage 97.93% 97.93%
=======================================
Files 12 12
Lines 775 775
Branches 91 91
=======================================
Hits 759 759
Misses 10 10
Partials 6 6
Continue to review full report at Codecov.
|
|
Update the CHANGELOG and fix the PEP8 issues and then this should be good to go. Or do you have any other concerns, @VOD555? |
Fixes #120
Changes made in this Pull Request:
PR Checklist