diff options
Diffstat (limited to 'submitter/sens_dag.py')
| -rw-r--r-- | submitter/sens_dag.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py index 419ce2e..78034d2 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 = 'fixed_angle', # full, fixed_angle, corr_angle + run_method = 'corr_angle', # full, fixed_angle, corr_angle stat_method = 'bayesian', - sens_bins = 20, + sens_bins = 10, seed = 'None' )) @@ -43,10 +43,10 @@ GLOBAL_PARAMS.update(dict( # FR # dimension = [3] dimension = [3, 6] +# dimension = [4, 5, 7, 8] GLOBAL_PARAMS.update(dict( threads = 1, binning = '6e4 1e7 20', - # binning = '1e5 1e7 20', no_bsm = 'False', scale_region = "1E10", energy_dependance = 'spectral', @@ -65,7 +65,7 @@ GLOBAL_PARAMS.update(dict( # GolemFit GLOBAL_PARAMS.update(dict( ast = 'p2_0', - data = 'asimov' + data = 'real' )) # Plot |
