From 127bb18cee9bc1ef54c9cc4f61d80f31583fa57a Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Mon, 27 Jun 2022 11:57:01 +0100
Subject: [PATCH] Switch the default verbose to True for bilby_mcmc

---
 bilby/bilby_mcmc/sampler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bilby/bilby_mcmc/sampler.py b/bilby/bilby_mcmc/sampler.py
index 9f7925bf3..66e6e4392 100644
--- a/bilby/bilby_mcmc/sampler.py
+++ b/bilby/bilby_mcmc/sampler.py
@@ -154,7 +154,7 @@ class Bilby_MCMC(MCMCSampler):
         diagnostic=False,
         resume=True,
         exit_code=130,
-        verbose=False,
+        verbose=True,
         **kwargs,
     ):
 
-- 
GitLab