Skip to content

Commit

Permalink
Corrected column titles in SD fit info
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenczel committed Dec 5, 2024
1 parent efa4410 commit 68ecd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutip/core/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ def _default_guess_sd(wlist, jlist):


def _fit_summary(time, rmse, N, label, params,
columns=['lam', 'gamma', 'w0']):
columns=['a', 'b', 'c']):
# Generates summary of fit by nonlinear least squares
if len(columns) == 3:
summary = (f"Result of fitting {label} "
Expand Down

0 comments on commit 68ecd0c

Please sign in to comment.