Skip to content

Commit 31b9a14

Browse files
committed
Fix sub-module name.
1 parent de76464 commit 31b9a14

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/BioSimSpace/FreeEnergy/_relative.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,6 @@ def _analyse_somd(work_dir=None, estimator="MBAR", method="alchemlyb", **kwargs)
17211721
import numpy as _np
17221722

17231723
from .. import Units as _Units
1724-
from .. import _Utils
17251724
from .._Exceptions import AnalysisError as _AnalysisError
17261725

17271726
if not isinstance(work_dir, str):
@@ -1823,7 +1822,7 @@ def _analyse_somd(work_dir=None, estimator="MBAR", method="alchemlyb", **kwargs)
18231822
% (_analyse_freenrg, work_dir, work_dir)
18241823
)
18251824
proc = _subprocess.run(
1826-
_Util.command_split(command),
1825+
_Utils.command_split(command),
18271826
shell=False,
18281827
stdout=_subprocess.PIPE,
18291828
stderr=_subprocess.PIPE,

0 commit comments

Comments
 (0)