diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 23:58:48 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-15 23:58:48 +0100 |
| commit | 318ab51c6132a48cbd6dea3dcbb30e83121be6c3 (patch) | |
| tree | 0edc50c12b584325ed2f011ed380888be3fcfa94 /plot_llh/mcmc_mixing.py | |
| parent | d84021c3f136d657e708a31b816f6d6409a9c241 (diff) | |
| download | GolemFlavor-318ab51c6132a48cbd6dea3dcbb30e83121be6c3.tar.gz GolemFlavor-318ab51c6132a48cbd6dea3dcbb30e83121be6c3.zip | |
refactor fr script
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( |
