From f0189cde321f9fa91109829f7430ecfc06c96e97 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 23 Sep 2019 11:14:30 -0500 Subject: plot --- submitter/fr_dag.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'submitter') diff --git a/submitter/fr_dag.py b/submitter/fr_dag.py index b93ad86..bf8c708 100644 --- a/submitter/fr_dag.py +++ b/submitter/fr_dag.py @@ -37,8 +37,8 @@ GLOBAL_PARAMS.update(dict( # Emcee GLOBAL_PARAMS.update(dict( run_mcmc = 'True', - burnin = 500, - nsteps = 2000, + burnin = 1000, + nsteps = 8000, nwalkers = 60, mcmc_seed_type = 'uniform' )) -- cgit v1.2.3