Skip to content

Commit

Permalink
Update test_manual.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwoods2 authored Oct 30, 2024
1 parent 49c8f6e commit 0d32c70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion imdclient/tests/test_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import numpy as np
from .base import assert_allclose_with_logging
from pathlib import Path

import time
import logging

logger = logging.getLogger("imdclient.IMDClient")
Expand Down Expand Up @@ -66,6 +66,8 @@ def imd_u(self, topol_path_arg, tmp_path):
f"{tmp_path.as_posix()}/imd_test_traj.trr",
atom_style="id type x y z",
)
# Give all MPI ranks a chance to release FD on traj
time.sleep(10)
yield imd_u

def test_compare_imd_to_true_traj(self, true_u, imd_u, first_frame_arg):
Expand Down

0 comments on commit 0d32c70

Please sign in to comment.