diff options
Diffstat (limited to 'submitter')
| -rw-r--r-- | submitter/mcmc_dag.py | 2 | ||||
| -rw-r--r-- | submitter/sens_dag.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/submitter/mcmc_dag.py b/submitter/mcmc_dag.py index 23586ac..b7e2c84 100644 --- a/submitter/mcmc_dag.py +++ b/submitter/mcmc_dag.py @@ -44,7 +44,7 @@ GLOBAL_PARAMS.update(dict( scale_region = "1E10", energy_dependance = 'spectral', spectral_index = -2, - fix_mixing = 'False', + fix_mixing = 'None', fix_mixing_almost = 'False', fold_index = 'True' )) diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py index 6734278..d77b409 100644 --- a/submitter/sens_dag.py +++ b/submitter/sens_dag.py @@ -51,7 +51,7 @@ GLOBAL_PARAMS.update(dict( scale_region = "1E10", energy_dependance = 'spectral', spectral_index = -2, - fix_mixing = 'False', + fix_mixing = 'None', fix_mixing_almost = 'False', fold_index = 'True' )) |
