From d7b5815d728ded9c8b0aa7e17eb4b71524d20667 Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Fri, 4 May 2018 12:12:39 +1000 Subject: [PATCH] Add back in style for example --- ...icoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py b/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py index 1de4977..d890737 100644 --- a/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py +++ b/examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py @@ -5,7 +5,7 @@ import gridcorner import time from make_simulated_data import tstart, duration, tref, F0, F1, F2, Alpha, Delta, delta_F0, dtglitch, outdir -#plt.style.use('./paper.mplstyle') +plt.style.use('./paper.mplstyle') label = 'semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch' @@ -61,7 +61,6 @@ dT = time.time() - t1 fig_and_axes = gridcorner._get_fig_and_axes(4, 2, 0.05) mcmc.plot_corner(label_offset=0.25, truths=[0, 0, 0, 0], fig_and_axes=fig_and_axes, quantiles=(0.16, 0.84)) -#mcmc.plot_chainconsumer(truth=[0, 0, 0, 0], label_offset=0.5) mcmc.print_summary() -- GitLab