diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_gf_simple.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_gf_simple.py b/test/test_gf_simple.py index 7241da2..daa14a4 100644 --- a/test/test_gf_simple.py +++ b/test/test_gf_simple.py @@ -30,8 +30,8 @@ golem.Swallow(golem.SpitRealization(fp, seed)) fp_sh = gf.FitParameters(gf.sampleTag.MagicTau) # fp_sh.astroFlavorAngle1 = 0.36 # fp_sh.astroFlavorAngle2 = -0.57 -fp_sh.astroFlavorAngle1 = 1. -fp_sh.astroFlavorAngle2 = 0. +fp_sh.astroFlavorAngle1 = 0. +fp_sh.astroFlavorAngle2 = 1. print 'Eval fp = {0}'.format(golem.EvalLLH(fp)) |
