aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-04-13 18:36:40 +0100
committershivesh <s.p.mandalia@qmul.ac.uk>2019-04-13 18:36:40 +0100
commita54bff2e35984c89ea470b857c8152b1b5a32865 (patch)
treedb18f2cd3d25c506049a6547b316e16dfc921675 /utils
parentde54f2e44042920762ecc7fd86cd5a17356e77c3 (diff)
downloadGolemFlavor-a54bff2e35984c89ea470b857c8152b1b5a32865.tar.gz
GolemFlavor-a54bff2e35984c89ea470b857c8152b1b5a32865.zip
update contour script
Diffstat (limited to 'utils')
-rw-r--r--utils/gf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/gf.py b/utils/gf.py
index bc004bd..b0071f5 100644
--- a/utils/gf.py
+++ b/utils/gf.py
@@ -70,7 +70,6 @@ def steering_params(args):
params.fastmode = True
params.simToLoad= steering_categ.name.lower()
params.evalThreads = args.threads
- # params.evalThreads = thread_factors(args.threads)[1]
if args.likelihood is Likelihood.GOLEMFIT:
params.frequentist = False;