Skip to content

Commit

Permalink
no info on different solver
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Nov 19, 2023
1 parent 8b71c78 commit 9c97cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/get_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ function get_irf(𝓂::ℳ;

if !solved
for opt in [:LD_SLSQP, :LD_MMA, :LN_COBYLA]
@info "Using $opt solver."
# @info "Using $opt solver."

JuMP.set_optimizer(model, NLopt.Optimizer)

Expand Down
2 changes: 1 addition & 1 deletion src/plotting.jl
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ function plot_irf(𝓂::ℳ;

if !solved
for opt in [:LD_SLSQP, :LD_MMA, :LN_COBYLA]
@info "Using $opt solver."
# @info "Using $opt solver."

JuMP.set_optimizer(model, NLopt.Optimizer)

Expand Down

0 comments on commit 9c97cbe

Please sign in to comment.