aboutsummaryrefslogtreecommitdiffstats
path: root/utils/gf.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-09-06 16:24:21 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-09-06 16:24:21 -0500
commit84c05583ad3d582d107fe09be700311ea466b1af (patch)
treeefcab9f139e016b7a1fc7c5a7c0b5f69b88fb5e9 /utils/gf.py
parent73cffc2bd330761d796cb30726cf83d3f336d5a9 (diff)
parentd194af1fcbafa61b14888a661b8325840605a8fd (diff)
downloadGolemFlavor-84c05583ad3d582d107fe09be700311ea466b1af.tar.gz
GolemFlavor-84c05583ad3d582d107fe09be700311ea466b1af.zip
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'utils/gf.py')
-rw-r--r--utils/gf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/gf.py b/utils/gf.py
index 02231f0..a288622 100644
--- a/utils/gf.py
+++ b/utils/gf.py
@@ -95,7 +95,7 @@ def setup_fitter(args, asimov_paramset):
if args.data is DataType.ASIMOV:
setup_asimov(fitter, asimov_paramset)
elif args.data is DataType.REALISATION:
- seed = args.seed if args.seed is not None else 0
+ seed = args.seed if args.seed is not None else 1
setup_realisation(fitter, asimov_paramset, seed)
elif args.data is DataType.REAL:
print 'Using MagicTau DATA'