aboutsummaryrefslogtreecommitdiffstats
path: root/golemflavor/llh.py
diff options
context:
space:
mode:
authorShivesh Mandalia <shivesh.mandalia@outlook.com>2020-05-27 11:32:07 +0100
committerShivesh Mandalia <shivesh.mandalia@outlook.com>2020-05-27 11:32:07 +0100
commitb7e4355173da6835b9e39ec4044ffe08ffc4a818 (patch)
tree828f2a6d8a8502591991f2c21c0aa2297f8e67f8 /golemflavor/llh.py
parent8fd307438dc40973b78dbbcd08a8e611add8029a (diff)
downloadGolemFlavor-b7e4355173da6835b9e39ec4044ffe08ffc4a818.tar.gz
GolemFlavor-b7e4355173da6835b9e39ec4044ffe08ffc4a818.zip
python3HEADmaster
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 645ba6e..8283bc0 100644
--- a/golemflavor/llh.py
+++ b/golemflavor/llh.py
@@ -107,7 +107,7 @@ def triangle_llh(theta, args, asimov_paramset, llh_paramset):
fr = fr_utils.flux_averaged_BSMu(theta, args, spectral_index, llh_paramset)
flavor_angles = fr_utils.fr_to_angles(fr)
- # print('flavor_angles', map(float, flavor_angles))
+ # print('flavor_angles', list(map(float, flavor_angles)))
for idx, param in enumerate(hypo_paramset.from_tag(ParamTag.BESTFIT)):
param.value = flavor_angles[idx]