Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
orionarcher committed May 7, 2024
1 parent b046874 commit e27ac96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solvation_analysis/residence.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ def exp_func(x):
ax.plot(frames, auto_covariance, "b-", label="auto covariance")
try:
ax.scatter(frames, exp_fit, label="exponential fit")
# TODO:check this
except RuntimeError:
warnings.warn(
f"The fit for {res_name} failed so the exponential "
Expand Down

0 comments on commit e27ac96

Please sign in to comment.