Skip to content

Commit

Permalink
docs: quickfix to one example
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoGl committed May 24, 2024
1 parent 44ce320 commit ef2e8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/scenario_analysis_via_overload.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ StatsPlots.errorline!(

# Note that, importantly, once the function central_bank_rate has been changed, the model will use the new
# interest rate in all the simulations, unless the function is changed again.
# To restore the original interest rate, we can redefine the function central_bank_rate
# To restore the original interest rate, you need to close and restart the Julia session.

function central_bank_rate(cb::Bit.CentralBank, model::Bit.Model)
gamma_EA = model.rotw.gamma_EA
Expand Down

0 comments on commit ef2e8dd

Please sign in to comment.