aboutsummaryrefslogtreecommitdiffstats
path: root/sens.py
diff options
context:
space:
mode:
Diffstat (limited to 'sens.py')
-rwxr-xr-xsens.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/sens.py b/sens.py
index 1a0dd7c..6a107f1 100755
--- a/sens.py
+++ b/sens.py
@@ -92,10 +92,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)