Skip to content

Commit 22c4cc9

Browse files
authored
Update test_lineardensity.py
1 parent 30f7c5b commit 22c4cc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/MDAnalysisTests/analysis/test_lineardensity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_grouping_atoms():
5151
assert_almost_equal(ld.charges, expected_charges)
5252
assert_almost_equal(ld.results['x']['pos'], xpos)
5353

54-
54+
5555
def test_grouping_residues():
5656
"""For testing the case of grouping='residues'"""
5757
universe = mda.Universe(waterPSF, waterDCD)
@@ -78,7 +78,7 @@ def test_grouping_segments():
7878
assert_almost_equal(ld.masses, expected_masses)
7979
assert_almost_equal(ld.charges, expected_charges)
8080

81-
81+
8282
def test_grouping_fragments():
8383
"""For testing the case of grouping='fragments'"""
8484
universe = mda.Universe(waterPSF, waterDCD)

0 commit comments

Comments
 (0)