Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ Chronological list of authors
- Amarendra Mohan
- Shubham Mittal
- Charity Grey
- Sai Udayagiri

External code
-------------
Expand Down
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/core/test_atomgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading