Skip to content

Commit

Permalink
fixes import for somd1 comparibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mb2055 committed Oct 2, 2024
1 parent 666f707 commit 54c734b
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 54c734b

Please sign in to comment.