Skip to content

Commit

Permalink
nice graph reshaping
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Sep 6, 2024
1 parent f053e85 commit a113479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/Darcy/emulate_sample.jl
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ function main()
constrained_posterior_samples =
transform_unconstrained_to_constrained(prior, posterior_samples[:, plot_sample_id])

gr(size = (1500, 400), legend = false)
κ_ens_mean = reshape(mean(constrained_posterior_samples, dims = 2), N, N)
p1 = contour(
pts_per_dim,
Expand Down

0 comments on commit a113479

Please sign in to comment.