aboutsummaryrefslogtreecommitdiffstats
path: root/submitter/contour_dag.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-09-26 12:06:19 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-09-26 12:06:19 -0500
commit0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832 (patch)
tree8f1ecd8e4cf903d0b2c4697e4ca5c5994cb23a5c /submitter/contour_dag.py
parent7f20ccfb7dddc0d7d498a9bcd56e1285f999afb6 (diff)
downloadGolemFlavor-0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832.tar.gz
GolemFlavor-0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832.zip
update plotting, add overwrite option to sens.py
Diffstat (limited to 'submitter/contour_dag.py')
-rw-r--r--submitter/contour_dag.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/submitter/contour_dag.py b/submitter/contour_dag.py
index 178bf4f..6c87e2f 100644
--- a/submitter/contour_dag.py
+++ b/submitter/contour_dag.py
@@ -29,7 +29,7 @@ GLOBAL_PARAMS.update(dict(
GLOBAL_PARAMS.update(dict(
run_mcmc = 'True',
burnin = 1000,
- nsteps = 8000,
+ nsteps = 10000,
nwalkers = 60,
mcmc_seed_type = 'uniform'
))