Skip to content

Commit 9eedad0

Browse files
Merge branch 'develop' into modernize-tests-3743
2 parents 2d043b3 + d25f074 commit 9eedad0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ Chronological list of authors
281281
- Shubham Mittal
282282
- Charity Grey
283283
- Animesh Priyanshu
284+
- Sai Udayagiri
284285

285286
External code
286287
-------------

testsuite/MDAnalysisTests/coordinates/test_tpr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
# NOTE: expected values are expressed in nm
8686
# units and converted to Angstrom in the body
8787
# of the test below, before assertions
88-
8988
# see gh-5361 for CO2/linear angle:
9089
(
9190
TPR_linear_angle,
@@ -94,7 +93,7 @@
9493
(3, 3),
9594
[0, 0, 0],
9695
[0, 0, 0],
97-
),
96+
),
9897
# this case is an alanine dipeptide
9998
# with neural network potential active
10099
# and nonzero velocities

testsuite/MDAnalysisTests/core/test_atomgroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_improper(self, u):
8888
assert isinstance(imp, ImproperDihedral)
8989

9090
@pytest.mark.parametrize(
91-
"btype,", ["bond", "angle", "dihedral", "improper"]
91+
"btype", ["bond", "angle", "dihedral", "improper"]
9292
)
9393
def test_VE(self, btype, u):
9494
ag = u.atoms[:10]

0 commit comments

Comments
 (0)