diff options
Diffstat (limited to 'submitter/mcmc_dag.py')
| -rw-r--r-- | submitter/mcmc_dag.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/submitter/mcmc_dag.py b/submitter/mcmc_dag.py index 827ab9e..7f6eae6 100644 --- a/submitter/mcmc_dag.py +++ b/submitter/mcmc_dag.py @@ -11,7 +11,7 @@ fix_sfr_mfr = [ (1, 1, 1, 1, 2, 0), (1, 1, 1, 1, 0, 0), (1, 1, 1, 0, 1, 0), - (1, 1, 1, 0, 0, 1), + # (1, 1, 1, 0, 0, 1), # (1, 1, 0, 1, 2, 0), # (1, 1, 0, 1, 0, 0), # (1, 1, 0, 0, 1, 0), @@ -43,7 +43,8 @@ GLOBAL_PARAMS.update(dict( energy_dependance = 'spectral', spectral_index = -2, fix_mixing = 'False', - fix_mixing_almost = 'False' + fix_mixing_almost = 'False', + fold_index = 'False' )) # Likelihood |
