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 6045ab5..24a773d 100644 --- a/plot_llh/mcmc_mixing.py +++ b/plot_llh/mcmc_mixing.py @@ -168,7 +168,7 @@ def parse_args(): help='Set the central value for the source flavour ratio at IceCube' ) parser.add_argument( - '--angles', type=float, nargs=3, default=[0.307, (1-0.02195)**2, 0.565, 3.97935], + '--angles', type=float, nargs=3, default=[0.307, (1-0.02195)**2, 0.565], help='Set the 1 sigma for the measured flavour ratio' ) parser.add_argument( |
