Skip to content

Commit

Permalink
remove debugging instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJuillard committed Sep 24, 2024
1 parent 490666e commit 0de03a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/graphics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -293,14 +293,10 @@ function plot_priorprediction_irfs(irfs, model, symboltable, filepath)
for i = 1:model.exogenous_nbr
exogenous_name = exogenous_names[i]
(nbplt, nr, nc, lr, lc, nstar) = pltorg(model.original_endogenous_nbr)
@show model.original_endogenous_nbr
@show nstar
@show nbplt
k = 1
p = 1
filename = "$(filepath)_$(exogenous_name)_$(p).png"
sp = [Plots.plot(showaxis = false, ticks = false, grid = false) for i = 1:(nc*nr)]
@show size(sp)
while p <= endogenous_nbr
pl = plot_panel_priorprediction_irfs(
x,
Expand Down

0 comments on commit 0de03a4

Please sign in to comment.