Skip to content

Commit

Permalink
Update test_dcd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers authored Feb 4, 2018
1 parent 01a9798 commit 655bbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/coordinates/test_dcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_with_statement(self):

def test_set_time(self):
u = mda.Universe(PSF, DCD)
assert_almost_equal(u.trajectory.time, 1000, decimal=4)
assert_almost_equal(u.trajectory.time, 1000, decimal=3)


@pytest.mark.parametrize('istart', (0, 1, 2, 3))
Expand Down

0 comments on commit 655bbed

Please sign in to comment.