Skip to content

Commit

Permalink
Update mbar.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Norch authored Jan 11, 2024
1 parent 7d4fdbf commit 62febfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmff/mbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
except ImportError:
import warnings
warnings.warn("MDTraj not installed. MBAREstimator is not available.")
##

try:
from pymbar import MBAR
except ImportError:
Expand Down

0 comments on commit 62febfa

Please sign in to comment.