aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gf_simple.py
diff options
context:
space:
mode:
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)