aboutsummaryrefslogtreecommitdiffstats
path: root/golemflavor/llh.py
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 22:38:40 +0000
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-02-28 22:38:40 +0000
commit018cf806e2d852df164b0c795d4e3ffcd122dda0 (patch)
tree08efc6310ae929d60d9c9881b40a0b337da8841d /golemflavor/llh.py
parent4707f109e2bc35c6e6f6b737607323c0a5931e48 (diff)
downloadGolemFlavor-018cf806e2d852df164b0c795d4e3ffcd122dda0.tar.gz
GolemFlavor-018cf806e2d852df164b0c795d4e3ffcd122dda0.zip
add brackets to all print statements
Diffstat (limited to 'golemflavor/llh.py')
-rw-r--r--golemflavor/llh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/golemflavor/llh.py b/golemflavor/llh.py
index 93ae3bd..aa5d32d 100644
--- a/golemflavor/llh.py
+++ b/golemflavor/llh.py
@@ -88,7 +88,7 @@ def triangle_llh(theta, args, asimov_paramset, llh_paramset):
fr = fr_utils.flux_averaged_BSMu(theta, args, spectral_index, llh_paramset)
flavour_angles = fr_utils.fr_to_angles(fr)
- # print 'flavour_angles', map(float, flavour_angles)
+ # print('flavour_angles', map(float, flavour_angles))
for idx, param in enumerate(hypo_paramset.from_tag(ParamTag.BESTFIT)):
param.value = flavour_angles[idx]