Skip to content
Snippets Groups Projects

Switch the default verbose to True for bilby_mcmc

Merged Gregory Ashton requested to merge bilby-mcmc-minor-fixes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -154,7 +154,7 @@ class Bilby_MCMC(MCMCSampler):
diagnostic=False,
resume=True,
exit_code=130,
verbose=False,
verbose=True,
**kwargs,
):
Loading