Fix tabs to spaces

This commit is contained in:
Matthias
2021-03-12 06:15:16 +01:00
parent e711ca17b9
commit 95c5a69d20
+4 -4
View File
@@ -71,7 +71,7 @@ class AverageHyperopt(IHyperOpt):
for short in range(shortRangeBegin, shortRangeEnd):
for medium in range(mediumRangeBegin, mediumRangeEnd):
"""
The output will be '{short}-{long}' so we can split it on the trigger
The output will be '{short}-{long}' so we can split it on the trigger
this will prevent an error on scikit-optimize not accepting tuples as
first argument to Categorical
"""
@@ -120,8 +120,8 @@ class AverageHyperopt(IHyperOpt):
sellTriggerList = []
for short in range(shortRangeBegin, shortRangeEnd):
for medium in range(mediumRangeBegin, mediumRangeEnd):
"""
The output will be '{short}-{long}' so we can split it on the trigger
"""
The output will be '{short}-{long}' so we can split it on the trigger
this will prevent an error on scikit-optimize not accepting tuples as
first argument to Categorical
"""
@@ -163,4 +163,4 @@ class AverageHyperopt(IHyperOpt):
),
'sell'] = 1
return dataframe
return dataframe