aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gf_simple.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-09-20 09:53:10 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-09-20 09:53:10 -0500
commite29c4b027ea3e67950de28b9c9165dcdb6bc0776 (patch)
tree23919013173075d11051bb4a90a4a3f3fd937050 /test/test_gf_simple.py
parent1edf1e62497024aee542fea5a1d251750c36b170 (diff)
downloadGolemFlavor-e29c4b027ea3e67950de28b9c9165dcdb6bc0776.tar.gz
GolemFlavor-e29c4b027ea3e67950de28b9c9165dcdb6bc0776.zip
update golemfit
Diffstat (limited to 'test/test_gf_simple.py')
-rw-r--r--test/test_gf_simple.py2
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)