diff options
Diffstat (limited to 'utils/mcmc.py')
| -rw-r--r-- | utils/mcmc.py | 2 |
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( |
