aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-09-06 16:23:59 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-09-06 16:23:59 -0500
commit73cffc2bd330761d796cb30726cf83d3f336d5a9 (patch)
treeb7241f422014f6930c4fa9d8c1cb84d2fb2ff018 /submitter
parent639686cde9e43b4ad18f9b56960da3f5e8c697dd (diff)
downloadGolemFlavor-73cffc2bd330761d796cb30726cf83d3f336d5a9.tar.gz
GolemFlavor-73cffc2bd330761d796cb30726cf83d3f336d5a9.zip
Thu 6 Sep 16:23:59 CDT 2018
Diffstat (limited to 'submitter')
-rw-r--r--submitter/mcmc_dag.py2
-rw-r--r--submitter/sens_dag.py2
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'
))