diff options
| author | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-05-27 11:32:07 +0100 |
|---|---|---|
| committer | Shivesh Mandalia <shivesh.mandalia@outlook.com> | 2020-05-27 11:32:07 +0100 |
| commit | b7e4355173da6835b9e39ec4044ffe08ffc4a818 (patch) | |
| tree | 828f2a6d8a8502591991f2c21c0aa2297f8e67f8 /golemflavor/llh.py | |
| parent | 8fd307438dc40973b78dbbcd08a8e611add8029a (diff) | |
| download | GolemFlavor-b7e4355173da6835b9e39ec4044ffe08ffc4a818.tar.gz GolemFlavor-b7e4355173da6835b9e39ec4044ffe08ffc4a818.zip | |
Diffstat (limited to 'golemflavor/llh.py')
| -rw-r--r-- | golemflavor/llh.py | 2 |
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] |
