We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3596887 commit eb47d43Copy full SHA for eb47d43
1 file changed
MDAnalysisData/tests/test_package_metadata.py
@@ -9,7 +9,7 @@
9
10
def test_authors():
11
authors = MDAnalysisData.__authors__
12
- assert authors[:5] == ["Irfan Alibay", "Oliver Beckstein", "Shujie Fan",
+ assert authors[:6] == ["Irfan Alibay", "Oliver Beckstein", "Shujie Fan",
13
"Richard J. Gowers", "Micaela Matta",
14
"Lily Wang"]
15
0 commit comments