Skip to content

Commit

Permalink
put exogenous steady state in terminal period
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed May 22, 2024
1 parent 528cc72 commit f1fe79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/perfectforesight/perfectforesight.jl
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ function make_simulation_results!(context::Context, y, x,terminalvalues, periods
transpose(reshape(x, m.exogenous_nbr, periods))
),
transpose(vcat(terminalvalues,
repeat([missing], m.exogenous_nbr)))
trends.exogenous_steady_state))
)
push!(
context.results.model_results[1].simulations,
Expand Down

0 comments on commit f1fe79e

Please sign in to comment.