Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmc committed Nov 6, 2024
1 parent 7717b97 commit ac99066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmmtools/tests/test_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def run(self, include_unsampled_states=False):
print("delta_u_ij")
print(delta_u_ij)
print("delta_u_ij_analytical")
print(-delta_f_ij_analytical)
print(0)
print("error")
print(error)
print("stderr")
Expand Down

0 comments on commit ac99066

Please sign in to comment.