We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f7c5b commit 22c4cc9Copy full SHA for 22c4cc9
testsuite/MDAnalysisTests/analysis/test_lineardensity.py
@@ -51,7 +51,7 @@ def test_grouping_atoms():
51
assert_almost_equal(ld.charges, expected_charges)
52
assert_almost_equal(ld.results['x']['pos'], xpos)
53
54
-
+
55
def test_grouping_residues():
56
"""For testing the case of grouping='residues'"""
57
universe = mda.Universe(waterPSF, waterDCD)
@@ -78,7 +78,7 @@ def test_grouping_segments():
78
assert_almost_equal(ld.masses, expected_masses)
79
80
81
82
def test_grouping_fragments():
83
"""For testing the case of grouping='fragments'"""
84
0 commit comments