aboutsummaryrefslogtreecommitdiffstats
path: root/plot_llh/mcmc_mixing.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-09-06 16:23:59 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-09-06 16:23:59 -0500
commit73cffc2bd330761d796cb30726cf83d3f336d5a9 (patch)
treeb7241f422014f6930c4fa9d8c1cb84d2fb2ff018 /plot_llh/mcmc_mixing.py
parent639686cde9e43b4ad18f9b56960da3f5e8c697dd (diff)
downloadGolemFlavor-73cffc2bd330761d796cb30726cf83d3f336d5a9.tar.gz
GolemFlavor-73cffc2bd330761d796cb30726cf83d3f336d5a9.zip
Thu 6 Sep 16:23:59 CDT 2018
Diffstat (limited to 'plot_llh/mcmc_mixing.py')
-rw-r--r--plot_llh/mcmc_mixing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot_llh/mcmc_mixing.py b/plot_llh/mcmc_mixing.py
index 015e74f..6045ab5 100644
--- a/plot_llh/mcmc_mixing.py
+++ b/plot_llh/mcmc_mixing.py
@@ -31,7 +31,7 @@ def normalise_fr(fr):
SOURCE_FR = normalise_fr([1, 1, 1])
SIGMA = 0.001
-ANGLES = (np.sin(np.pi/4.)**2, 0, 0, 0)
+ANGLES = (np.sin(np.pi/4.)**2, 1.0, 0, 0)
def angles_to_u(bsm_angles):