Skip to content

Commit

Permalink
Add the PR #357 back
Browse files Browse the repository at this point in the history
  • Loading branch information
xiki-tempula authored May 18, 2024
1 parent 471e0f8 commit f54f28d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/alchemlyb/convergence/convergence.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ def _forward_backward_convergence_estimate(
"""
sample = concat(sample_list)
result = my_estimator.fit(sample)
if estimator == "MBAR":
my_estimator.initial_f_k = result.delta_f_.iloc[0, :]
mean = result.delta_f_.iloc[0, -1]
if estimator.lower() == "bar":
error = np.sqrt(
Expand Down

0 comments on commit f54f28d

Please sign in to comment.