Skip to content

Commit

Permalink
Fixed failing terst
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuslaev authored Feb 10, 2025
1 parent 18a3dc9 commit 8722971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/MDAnalysisTests/coordinates/test_xdr.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def test_time(self, universe):
)

def test_time_when_dt_set(self, universe_with_dt_set):
universe.trajectory[4]
universe_with_dt_set.trajectory[4]
assert_almost_equal(
universe.trajectory.time,
10000.0,
Expand Down

0 comments on commit 8722971

Please sign in to comment.