From d194af1fcbafa61b14888a661b8325840605a8fd Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 27 Aug 2018 12:36:05 -0500 Subject: add planck scale in plot --- utils/gf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/gf.py') 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' -- cgit v1.2.3