use numbers in HyperoptState properly ...
This commit is contained in:
parent
733f716819
commit
b9d48c3278
@ -6,7 +6,7 @@ class HyperoptState(Enum):
|
|||||||
STARTUP = 1
|
STARTUP = 1
|
||||||
DATALOAD = 2
|
DATALOAD = 2
|
||||||
INDICATORS = 3
|
INDICATORS = 3
|
||||||
OPTIMIZE = 0
|
OPTIMIZE = 4
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return f"{self.name.lower()}"
|
return f"{self.name.lower()}"
|
||||||
|
Loading…
Reference in New Issue
Block a user