Skip to content

Commit

Permalink
fix precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Nov 19, 2023
1 parent 71a726c commit 7c017d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/MacroModelling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,9 @@ function solve_steady_state!(𝓂::ℳ; verbose::Bool = false)
solve_exp = :(function solve_SS(parameters::Vector{Real},
𝓂::ℳ,
# fail_fast_solvers_only::Bool,
verbose::Bool)
verbose::Bool,
cold_start::Union{Bool,Float64},
solver_parameters::solver_parameters)

params_flt = typeof(parameters) == Vector{Float64} ? parameters :.value.(parameters)
current_best = sum(abs2,𝓂.NSSS_solver_cache[end][end] - params_flt)
Expand Down

0 comments on commit 7c017d6

Please sign in to comment.