You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"exonenous_name" should be " exogenous_names" (defined line 119 just above).
This sometimes lead to error messages:
LoadError: UndefVarError: exonenous_name not defined
in expression starting at In[54]:1
Stacktrace:
[1] plot_irfs(y::Vector{Matrix{Float64}}, model::Model, symboltable::Dict{String, DynareSymbol}, filepath::String)
@ Dynare ~/.julia/packages/Dynare/7hgrr/src/graphics.jl:125
The text was updated successfully, but these errors were encountered:
Hi,
There is a small typo in the file graphics.jl:
Dynare.jl/src/graphics.jl
Line 125 in e11f044
"exonenous_name" should be " exogenous_names" (defined line 119 just above).
This sometimes lead to error messages:
The text was updated successfully, but these errors were encountered: