diff options
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): |
