Skip to content

Commit

Permalink
pymbar 3 stores version differently
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Sep 26, 2024
1 parent c1ac13e commit 4916e4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmmtools/multistate/pymbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
subsampleCorrelatedData as subsample_correlated_data,
statisticalInefficiency as statistical_inefficiency
)
from pymbar import MBAR, __version__
from pymbar import MBAR
from pymbar.utils import ParameterError
from pymbar.version import short_version as __version__


def _pymbar_bar(
Expand Down

0 comments on commit 4916e4b

Please sign in to comment.