aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-05-18 16:10:30 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-05-18 16:10:30 -0500
commit47f607d6f9fba07f74fd635eabc4856cf0e2d351 (patch)
tree093333c8f168004185c9d1b7bf5d3e1b6f0c39d0 /submitter
parent8121c510c2115735def2e178ba0c11efe719964c (diff)
downloadGolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.tar.gz
GolemFlavor-47f607d6f9fba07f74fd635eabc4856cf0e2d351.zip
arbitrary precision calculations
Diffstat (limited to 'submitter')
-rw-r--r--submitter/sens_dag.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py
index 0652705..419ce2e 100644
--- a/submitter/sens_dag.py
+++ b/submitter/sens_dag.py
@@ -27,9 +27,9 @@ GLOBAL_PARAMS = {}
sens_eval_bin = 'true' # set to 'all' to run normally
GLOBAL_PARAMS.update(dict(
sens_run = 'True',
- run_method = 'corr_angle', # full, fixed_angle, corr_angle
+ run_method = 'fixed_angle', # full, fixed_angle, corr_angle
stat_method = 'bayesian',
- sens_bins = 15,
+ sens_bins = 20,
seed = 'None'
))
@@ -41,8 +41,8 @@ GLOBAL_PARAMS.update(dict(
))
# FR
-dimension = [3]
-# dimension = [3, 6]
+# dimension = [3]
+dimension = [3, 6]
GLOBAL_PARAMS.update(dict(
threads = 1,
binning = '6e4 1e7 20',
@@ -65,7 +65,7 @@ GLOBAL_PARAMS.update(dict(
# GolemFit
GLOBAL_PARAMS.update(dict(
ast = 'p2_0',
- data = 'real'
+ data = 'asimov'
))
# Plot