diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-23 16:23:12 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-05-23 16:23:12 -0500 |
| commit | cc4e70ccd0d249fb5585c16d932b52467aaff969 (patch) | |
| tree | 8b4078bb6772d58a378ebc74b4b07182dfcf6054 /utils/param.py | |
| parent | ca0ec62f2af59784b0ff2782037807b715b1a77b (diff) | |
| download | GolemFlavor-cc4e70ccd0d249fb5585c16d932b52467aaff969.tar.gz GolemFlavor-cc4e70ccd0d249fb5585c16d932b52467aaff969.zip | |
Wed May 23 16:23:12 CDT 2018
Diffstat (limited to 'utils/param.py')
| -rw-r--r-- | utils/param.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/param.py b/utils/param.py index 5684e91..f8d64eb 100644 --- a/utils/param.py +++ b/utils/param.py @@ -18,7 +18,7 @@ import numpy as np from utils.plot import get_units from utils.fr import fr_to_angles -from utils.enums import Likelihood, ParamTag, PriorsCateg +from utils.enums import DataType, Likelihood, ParamTag, PriorsCateg class Param(object): |
