aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fr.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fr.py')
-rw-r--r--utils/fr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/fr.py b/utils/fr.py
index 80a26e1..09a69bf 100644
--- a/utils/fr.py
+++ b/utils/fr.py
@@ -434,14 +434,14 @@ def params_to_BSMu(theta, dim, energy, mass_eigenvalues=MASS_EIGENVALUES,
s23_2, sc2 = theta
elif fix_scale:
s12_2, c13_4, s23_2, dcp = theta
- sc2 = np.log10(scale)
+ sc2 = scale
else:
s12_2, c13_4, s23_2, dcp, sc2 = theta
if len(theta) != 0:
sc2 = np.power(10., sc2)
else:
- sc2 = np.log10(scale)
+ sc2 = scale
sc1 = sc2 / 100.
mass_matrix = np.array(