aboutsummaryrefslogtreecommitdiffstats
path: root/utils/enums.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-04 11:20:25 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-04 11:20:25 -0500
commit9b12d2bf5d2047539dbb85ed3c218114cf1406d7 (patch)
tree2f1fb616cb90088e823a86013c053f59d1efd12c /utils/enums.py
parenta6ced28fe29f5dc82108f14e310a0c6b5f04b3c7 (diff)
downloadGolemFlavor-9b12d2bf5d2047539dbb85ed3c218114cf1406d7.tar.gz
GolemFlavor-9b12d2bf5d2047539dbb85ed3c218114cf1406d7.zip
add misc methods
Diffstat (limited to 'utils/enums.py')
-rw-r--r--utils/enums.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/enums.py b/utils/enums.py
index e154d0f..7798cca 100644
--- a/utils/enums.py
+++ b/utils/enums.py
@@ -45,7 +45,8 @@ class ParamTag(Enum):
MMANGLES = 2
SCALE = 3
SRCANGLES = 4
- NONE = 5
+ BESTFIT = 5
+ NONE = 6
class Priors(Enum):