diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-09-06 16:23:59 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-09-06 16:23:59 -0500 |
| commit | 73cffc2bd330761d796cb30726cf83d3f336d5a9 (patch) | |
| tree | b7241f422014f6930c4fa9d8c1cb84d2fb2ff018 /plot_llh/mcmc_mixing.py | |
| parent | 639686cde9e43b4ad18f9b56960da3f5e8c697dd (diff) | |
| download | GolemFlavor-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.py | 2 |
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): |
