diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-09 22:24:06 -0600 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-11-09 22:24:06 -0600 |
| commit | 7f047af009d7e8dd1dee9511e36af3b2deca5237 (patch) | |
| tree | 99188dc381d6cf9b467ad537687a740e32390272 /utils | |
| parent | 274a0cdf6d243bc3eb642b7d7bfa0eea8f0ea72e (diff) | |
| parent | 6917c09df387774d37fad2642d40c83523fa9933 (diff) | |
| download | GolemFlavor-7f047af009d7e8dd1dee9511e36af3b2deca5237.tar.gz GolemFlavor-7f047af009d7e8dd1dee9511e36af3b2deca5237.zip | |
Merge branch 'master' of https://github.com/ShiveshM/flavour_ratio
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/fr.py | 4 |
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( |
