diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-09-26 12:06:19 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-09-26 12:06:19 -0500 |
| commit | 0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832 (patch) | |
| tree | 8f1ecd8e4cf903d0b2c4697e4ca5c5994cb23a5c /submitter/fr_dag.py | |
| parent | 7f20ccfb7dddc0d7d498a9bcd56e1285f999afb6 (diff) | |
| download | GolemFlavor-0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832.tar.gz GolemFlavor-0a9dd1a00e0ed2801b2c1a3549ed64e1444a6832.zip | |
update plotting, add overwrite option to sens.py
Diffstat (limited to 'submitter/fr_dag.py')
| -rw-r--r-- | submitter/fr_dag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/submitter/fr_dag.py b/submitter/fr_dag.py index bf8c708..ccfce50 100644 --- a/submitter/fr_dag.py +++ b/submitter/fr_dag.py @@ -38,7 +38,7 @@ GLOBAL_PARAMS.update(dict( GLOBAL_PARAMS.update(dict( run_mcmc = 'True', burnin = 1000, - nsteps = 8000, + nsteps = 10000, nwalkers = 60, mcmc_seed_type = 'uniform' )) |
