From 10d63db44beb69e8c324c46b03dfb5a37ce08d31 Mon Sep 17 00:00:00 2001 From: sai udayagirii Date: Fri, 19 Jun 2026 10:01:34 +0530 Subject: [PATCH 1/2] changed btype, to btype as its causing error while running tests --- testsuite/MDAnalysisTests/core/test_atomgroup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/MDAnalysisTests/core/test_atomgroup.py b/testsuite/MDAnalysisTests/core/test_atomgroup.py index 38432e65c42..b285a3568a5 100644 --- a/testsuite/MDAnalysisTests/core/test_atomgroup.py +++ b/testsuite/MDAnalysisTests/core/test_atomgroup.py @@ -88,7 +88,7 @@ def test_improper(self, u): assert isinstance(imp, ImproperDihedral) @pytest.mark.parametrize( - "btype,", ["bond", "angle", "dihedral", "improper"] + "btype", ["bond", "angle", "dihedral", "improper"] ) def test_VE(self, btype, u): ag = u.atoms[:10] From 19e65a6348296b6568bacd63b635d463909d4a69 Mon Sep 17 00:00:00 2001 From: sai udayagirii Date: Fri, 19 Jun 2026 10:18:05 +0530 Subject: [PATCH 2/2] added my name to authors list --- package/AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/package/AUTHORS b/package/AUTHORS index e8e41573d9d..c4ee0e250aa 100644 --- a/package/AUTHORS +++ b/package/AUTHORS @@ -280,6 +280,7 @@ Chronological list of authors - Amarendra Mohan - Shubham Mittal - Charity Grey + - Sai Udayagiri External code -------------