Skip to content

Commit

Permalink
Update mcmcdiags_vis.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cbernalz authored Aug 24, 2024
1 parent 2835768 commit df1512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mcmcdiags_vis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function mcmcdiags_vis(;
size = (1500, 1500))
display(final_plot)
if save_plots
save_plots_to_docs(plt, "mcmc_diagnosis_plots")
save_plots_to_docs(final_plot, "mcmc_diagnosis_plots")
end
else
println("NO MCMC DIAGNOSIS PLOTS TO DISPLAY!!!")
Expand Down

0 comments on commit df1512b

Please sign in to comment.