Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UndefVarError: when plotting IRF #12

Closed
JulienPascal opened this issue Jul 14, 2022 · 1 comment
Closed

UndefVarError: when plotting IRF #12

JulienPascal opened this issue Jul 14, 2022 · 1 comment

Comments

@JulienPascal
Copy link

Hi,

There is a small typo in the file graphics.jl:

filename = "$(filepath)_$(exonenous_name)_$(nbplt).png"

"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
@MichelJuillard
Copy link
Member

Thanks @JulienPascal It will be corrected in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants