There was an error while loading. Please reload this page.
1 parent 07fdd15 commit d711d20Copy full SHA for d711d20
1 file changed
testsuite/MDAnalysisTests/analysis/test_dssp.py
@@ -96,7 +96,6 @@ def test_insufficient_residues_raises_error(client_DSSP):
96
u = mda.Universe(TPR, XTC)
97
98
protein = u.select_atoms("protein")
99
- resids = protein.residues.resids
100
101
with pytest.raises(ValueError, match="DSSP requires at least 6 residues"):
102
res2 = protein.residues[:2].atoms
0 commit comments