From 8729d249bb80fa81595efa0ab928dfc8824018df Mon Sep 17 00:00:00 2001
From: Colm Talbot <colm.talbot@ligo.org>
Date: Tue, 8 May 2018 08:56:12 +1000
Subject: [PATCH] clean up 150914 tutorial

---
 tutorials/GW150914.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tutorials/GW150914.py b/tutorials/GW150914.py
index 97a752cba..e2fe33caf 100644
--- a/tutorials/GW150914.py
+++ b/tutorials/GW150914.py
@@ -29,4 +29,6 @@ likelihood = peyote.likelihood.Likelihood(interferometers, waveform_generator)
 # Run the sampler
 result = peyote.sampler.run_sampler(likelihood, prior, sampler='dynesty', outdir=outdir, label='label')
 result.plot_corner()
+result.plot_walks()
+result.plot_distributions()
 print(result)
-- 
GitLab