From 633e704ebeac09e82d6355dc65420abc376d0a61 Mon Sep 17 00:00:00 2001 From: shivesh Date: Sun, 29 Apr 2018 14:18:51 -0500 Subject: Sun Apr 29 14:18:51 CDT 2018 --- fr.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'fr.py') diff --git a/fr.py b/fr.py index c13d751..460c228 100755 --- a/fr.py +++ b/fr.py @@ -83,10 +83,6 @@ def process_args(args): args.binning = np.logspace( np.log10(args.binning[0]), np.log10(args.binning[1]), args.binning[2]+1 ) - if args.likelihood is Likelihood.GOLEMFIT: - print 'GolemFit selected with spectral index energy dependance, ' \ - 'will attempt to use the astroDeltaGamma systematic to fold ' \ - 'in the spectral index.' if not args.fix_scale: args.scale = fr_utils.estimate_scale(args) -- cgit v1.2.3