diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-13 18:36:40 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-13 18:36:40 +0100 |
| commit | a54bff2e35984c89ea470b857c8152b1b5a32865 (patch) | |
| tree | db18f2cd3d25c506049a6547b316e16dfc921675 /utils/gf.py | |
| parent | de54f2e44042920762ecc7fd86cd5a17356e77c3 (diff) | |
| download | GolemFlavor-a54bff2e35984c89ea470b857c8152b1b5a32865.tar.gz GolemFlavor-a54bff2e35984c89ea470b857c8152b1b5a32865.zip | |
update contour script
Diffstat (limited to 'utils/gf.py')
| -rw-r--r-- | utils/gf.py | 1 |
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; |
