We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b8f58 commit 9a076baCopy full SHA for 9a076ba
1 file changed
tests/runner/test_repex.py
@@ -8,7 +8,7 @@
8
from somd2.runner._base import RunnerBase
9
from somd2.config import Config
10
11
-from conftest import has_cuda
+from tests.conftest import has_cuda
12
13
14
@pytest.mark.skipif(not has_cuda, reason="CUDA not available.")
0 commit comments