Skip to content

Commit

Permalink
Merge pull request #58 from OpenBioSim/fix_import
Browse files Browse the repository at this point in the history
Fixes import for somd1 compatibility mode.
  • Loading branch information
lohedges authored Oct 2, 2024
2 parents 666f707 + 54c734b commit 41ce413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/somd2/runner/_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def __init__(self, system, config):
f"Applying perturbation to reference system: {self._config.pert_file}"
)
try:
from ._somd1 import _apply_pert
from .._utils._somd1 import _apply_pert

self._system = _apply_pert(self._system, self._config.pert_file)
self._config.somd1_compatibility = True
Expand Down

0 comments on commit 41ce413

Please sign in to comment.