aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fr.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-11-06 17:49:17 -0600
committershivesh <s.p.mandalia@qmul.ac.uk>2018-11-06 17:49:17 -0600
commiteb98a187b1bc4ee8e8c962d0e5d1a3d0ae77bc35 (patch)
treed9f8d4f65c9fedf0733653ea529da407fe227783 /utils/fr.py
parent84c05583ad3d582d107fe09be700311ea466b1af (diff)
downloadGolemFlavor-eb98a187b1bc4ee8e8c962d0e5d1a3d0ae77bc35.tar.gz
GolemFlavor-eb98a187b1bc4ee8e8c962d0e5d1a3d0ae77bc35.zip
plotting
Diffstat (limited to 'utils/fr.py')
-rw-r--r--utils/fr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/fr.py b/utils/fr.py
index c6d7a52..a2c2356 100644
--- a/utils/fr.py
+++ b/utils/fr.py
@@ -266,11 +266,11 @@ def estimate_scale(args):
def fr_argparse(parser):
parser.add_argument(
- '--measured-ratio', type=int, nargs=3, default=[1, 1, 1],
+ '--measured-ratio', type=float, nargs=3, default=[1, 1, 1],
help='Set the central value for the measured flavour ratio at IceCube'
)
parser.add_argument(
- '--source-ratio', type=int, nargs=3, default=[2, 1, 0],
+ '--source-ratio', type=float, nargs=3, default=[2, 1, 0],
help='Set the source flavour ratio for the case when you want to fix it'
)
parser.add_argument(