From f5bc1aeb3a97aece6ea5b0c9b32006f58e79187f Mon Sep 17 00:00:00 2001 From: shivesh Date: Sun, 22 Sep 2019 13:34:55 -0500 Subject: add syst variations plots, reintroduce mcmc fr script --- utils/mcmc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/mcmc.py b/utils/mcmc.py index a807cb7..49e5022 100644 --- a/utils/mcmc.py +++ b/utils/mcmc.py @@ -60,7 +60,7 @@ def mcmc_argparse(parser): help='Amount to burnin' ) parser.add_argument( - '--nwalkers', type=int, default=100, + '--nwalkers', type=int, default=60, help='Number of walkers' ) parser.add_argument( -- cgit v1.2.3