From e0b8d804b294c38f3e8d6e75ceb227378ec6c37c Mon Sep 17 00:00:00 2001 From: shivesh Date: Sun, 14 Apr 2019 12:25:09 -0500 Subject: Sun 14 Apr 12:25:09 CDT 2019 --- submitter/contour_dag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'submitter/contour_dag.py') diff --git a/submitter/contour_dag.py b/submitter/contour_dag.py index 8b3c11c..49c0fa9 100644 --- a/submitter/contour_dag.py +++ b/submitter/contour_dag.py @@ -31,8 +31,8 @@ GLOBAL_PARAMS.update(dict( # Emcee GLOBAL_PARAMS.update(dict( run_mcmc = 'True', - burnin = 200, - nsteps = 1000, + burnin = 2000, + nsteps = 10000, nwalkers = 60, mcmc_seed_type = 'uniform' )) -- cgit v1.2.3