aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-12 10:01:09 -0600
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-12 10:01:09 -0600
commitc6f1b522c2bae3ed8415957333189659ddf4d761 (patch)
tree5337f1e748bf6f45dfb950a502fa78fe6ef63b0d /test
parentf6542d12ef1b4eec3ec5e8209cbe58fd5695bf06 (diff)
downloadGolemFlavor-c6f1b522c2bae3ed8415957333189659ddf4d761.tar.gz
GolemFlavor-c6f1b522c2bae3ed8415957333189659ddf4d761.zip
convert to standard SME coefficients in plot_x
Diffstat (limited to 'test')
-rw-r--r--test/test_gf_simple.py4
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))