diff --git a/tutorials/GW150914.py b/tutorials/GW150914.py index 97a752cba1f9e40cbcd2f043f045a12c6c3ca7d1..e2fe33cafe221b2a3da45e389e6dc7b717c61844 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)