Skip to content

Commit

Permalink
tr_solver exact
Browse files Browse the repository at this point in the history
  • Loading branch information
veni-vidi-vici-dormivi committed Aug 22, 2024
1 parent 44e4717 commit f97ea6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mesmer/stats/_harmonic_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def func(coeffs, yearly_predictor, mon_target):
first_guess,
args=(yearly_predictor, monthly_target),
loss="linear",
tr_solver="exact",
)

coeffs = minimize_result.x
Expand Down

0 comments on commit f97ea6e

Please sign in to comment.