diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-10-20 13:35:09 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-10-20 13:35:09 -0500 |
| commit | 55254efd9c160189ba7dacaa7492e3eaaaf3dd8a (patch) | |
| tree | f6b7cf9296cd7115b63345c8b000850bcba1851b /submitter/contour_dag.py | |
| parent | 0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832 (diff) | |
| download | GolemFlavor-55254efd9c160189ba7dacaa7492e3eaaaf3dd8a.tar.gz GolemFlavor-55254efd9c160189ba7dacaa7492e3eaaaf3dd8a.zip | |
finish thesis plots
Diffstat (limited to 'submitter/contour_dag.py')
| -rw-r--r-- | submitter/contour_dag.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/submitter/contour_dag.py b/submitter/contour_dag.py index 6c87e2f..d8e8e49 100644 --- a/submitter/contour_dag.py +++ b/submitter/contour_dag.py @@ -28,8 +28,8 @@ GLOBAL_PARAMS.update(dict( # Emcee GLOBAL_PARAMS.update(dict( run_mcmc = 'True', - burnin = 1000, - nsteps = 10000, + burnin = 1500, + nsteps = 15000, nwalkers = 60, mcmc_seed_type = 'uniform' )) |
