Skip to content

Commit 9a076ba

Browse files
committed
Fix import.
1 parent 38b8f58 commit 9a076ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/runner/test_repex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from somd2.runner._base import RunnerBase
99
from somd2.config import Config
1010

11-
from conftest import has_cuda
11+
from tests.conftest import has_cuda
1212

1313

1414
@pytest.mark.skipif(not has_cuda, reason="CUDA not available.")

0 commit comments

Comments
 (0)