diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-09-20 09:53:10 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-09-20 09:53:10 -0500 |
| commit | e29c4b027ea3e67950de28b9c9165dcdb6bc0776 (patch) | |
| tree | 23919013173075d11051bb4a90a4a3f3fd937050 /test/test_gf_simple.py | |
| parent | 1edf1e62497024aee542fea5a1d251750c36b170 (diff) | |
| download | GolemFlavor-e29c4b027ea3e67950de28b9c9165dcdb6bc0776.tar.gz GolemFlavor-e29c4b027ea3e67950de28b9c9165dcdb6bc0776.zip | |
update golemfit
Diffstat (limited to 'test/test_gf_simple.py')
| -rw-r--r-- | test/test_gf_simple.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gf_simple.py b/test/test_gf_simple.py index d913149..7241da2 100644 --- a/test/test_gf_simple.py +++ b/test/test_gf_simple.py @@ -14,7 +14,7 @@ sp = gf.SteeringParams(gf.sampleTag.MagicTau) sp.quiet = False if FASTMODE: sp.fastmode = True -sp.frequentist = True +# sp.frequentist = True sp.load_data_from_text_file = False golem = gf.GolemFit(dp, sp, npp) |
