Skip to content

Commit

Permalink
fix savefig in smooth_templates.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarling committed Jun 4, 2024
1 parent 3374533 commit a8922f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/templates/smooth_template.jl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ fig.colorbar(im4, ax=axs[4], pad=0.015)
# sum(obs_hess))
# println( "Sum of residuals: ", sum(abs, permutedims(obs_hess) .-
# permutedims(template.weights)) )
# plt.savefig(joinpath(@__DIR__,"template_compare.svg"), bbox_inches="tight")
plt.savefig(joinpath(@__DIR__,"template_compare.svg"), bbox_inches="tight")

#################################
# Distribution of σ discrepancies
Expand Down

0 comments on commit a8922f1

Please sign in to comment.