diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-28 17:01:52 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-28 17:01:52 -0500 |
| commit | c37932036698600c7b44d2ff15aac6784d201098 (patch) | |
| tree | 5b0425d812a9f39cce0f59a3a617b6e472c79f90 /utils/fr.py | |
| parent | 45e8e4fa58e0c04c16b3000152dd08f2f6f8926e (diff) | |
| download | GolemFlavor-c37932036698600c7b44d2ff15aac6784d201098.tar.gz GolemFlavor-c37932036698600c7b44d2ff15aac6784d201098.zip | |
Sat Apr 28 17:01:52 CDT 2018
Diffstat (limited to 'utils/fr.py')
| -rw-r--r-- | utils/fr.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/fr.py b/utils/fr.py index a82e081..b2a1274 100644 --- a/utils/fr.py +++ b/utils/fr.py @@ -9,7 +9,6 @@ Useful functions for the BSM flavour ratio analysis from __future__ import absolute_import, division -import argparse from functools import partial import numpy as np @@ -354,7 +353,7 @@ def params_to_BSMu(theta, dim, energy, mass_eigenvalues=MASS_EIGENVALUES, if np.shape(sm_u) != (3, 3): raise ValueError( 'Input matrix should be a square and dimension 3, ' - 'got\n{0}'.format(ham) + 'got\n{0}'.format(sm_u) ) if fix_mixing and fix_mixing_almost: |
