aboutsummaryrefslogtreecommitdiffstats
path: root/utils/mcmc.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-09-22 13:34:55 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-09-22 13:34:55 -0500
commitf5bc1aeb3a97aece6ea5b0c9b32006f58e79187f (patch)
treebf86e71b99b8983ddc0b904291e5fb33ed96b550 /utils/mcmc.py
parente29c4b027ea3e67950de28b9c9165dcdb6bc0776 (diff)
downloadGolemFlavor-f5bc1aeb3a97aece6ea5b0c9b32006f58e79187f.tar.gz
GolemFlavor-f5bc1aeb3a97aece6ea5b0c9b32006f58e79187f.zip
add syst variations plots, reintroduce mcmc fr script
Diffstat (limited to 'utils/mcmc.py')
-rw-r--r--utils/mcmc.py2
1 files changed, 1 insertions, 1 deletions
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(