Skip to content

Commit

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

0 comments on commit d4d16f3

Please sign in to comment.