Skip to content

Commit

Permalink
🤖 Format .jl files (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm committed May 28, 2024
1 parent b85ac15 commit 4ffd7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function plot_d_nu(pair, x_de, r̂)
p̂s = r̂s .* pdf.(d_de, xs)

fig = Mke.Figure(size=(800, 800))
ax = Mke.Axis(fig[1,1])
ax = Mke.Axis(fig[1, 1])
Mke.lines!(ax, xs, ps, label="d_nu (actual)")
Mke.lines!(ax, xs, p̂s, label="d_nu (estimate)")
Mke.axislegend(ax)
Expand Down

0 comments on commit 4ffd7a4

Please sign in to comment.