Skip to content
Snippets Groups Projects
Commit 226ef9b6 authored by Philipp Arras's avatar Philipp Arras
Browse files

Fixup

parent 012f9d55
No related branches found
No related tags found
No related merge requests found
...@@ -76,4 +76,4 @@ for _ in range(10): ...@@ -76,4 +76,4 @@ for _ in range(10):
# Draw posterior samples and plot # Draw posterior samples and plot
N_posterior_samples = 30 N_posterior_samples = 30
KL = ift.MetricGaussianKL(mean, H, N_posterior_samples) KL = ift.MetricGaussianKL(mean, H, N_posterior_samples)
plot_reconstruction_2d(data, ground_truth, KL, signal, R, A) plot_reconstruction_2d(data, ground_truth, KL, signal, R, A, 'criticalfilter')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment