There was an error while loading. Please reload this page.
1 parent f86b6e0 commit f216c06Copy full SHA for f216c06
1 file changed
testsuite/MDAnalysisTests/transformations/test_nojump.py
@@ -393,7 +393,6 @@ def test_nojump_fails_when_not_at_frame_0():
393
ValueError, match="must be applied starting from frame 0"
394
):
395
u.trajectory.add_transformations(NoJump())
396
- _ = u.trajectory[0]
397
398
399
def test_nojump_fails_midtrajectory():
@@ -407,4 +406,3 @@ def test_nojump_fails_midtrajectory():
407
406
408
409
410
- _ = u.trajectory.timeseries()
0 commit comments