diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-29 14:18:51 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-29 14:18:51 -0500 |
| commit | 633e704ebeac09e82d6355dc65420abc376d0a61 (patch) | |
| tree | ffc641e502c68cc29185ee679d42e3ee75021baf /fr.py | |
| parent | bcc0cc720a6e28eeb5b48c2d4ad16924751e75ff (diff) | |
| download | GolemFlavor-633e704ebeac09e82d6355dc65420abc376d0a61.tar.gz GolemFlavor-633e704ebeac09e82d6355dc65420abc376d0a61.zip | |
Sun Apr 29 14:18:51 CDT 2018
Diffstat (limited to 'fr.py')
| -rwxr-xr-x | fr.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |
