Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Apr 20, 2024
1 parent 2504c58 commit 66fd2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/surface_fluxes_perfect_model/postprocessing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function convergence_plot(
)
Makie.lines!.(ax, tuple(0.0:(length(phi_series[1]) - 1)), phi_series)
Makie.hlines!(ax, [theta_star], color = :red, linestyle = :dash)

Makie.save(joinpath(output_dir, "convergence_$param_name.png"), f)
end
end
Expand Down

0 comments on commit 66fd2d9

Please sign in to comment.