Fix wrong test comment
This commit is contained in:
@@ -167,7 +167,7 @@ def test_ohlcv_to_dataframe_multi(timeframe):
|
|||||||
tfs = timeframe_to_seconds(timeframe)
|
tfs = timeframe_to_seconds(timeframe)
|
||||||
tfm = timeframe_to_minutes(timeframe)
|
tfm = timeframe_to_minutes(timeframe)
|
||||||
if 1 <= tfm < 43200:
|
if 1 <= tfm < 43200:
|
||||||
# minute based resampling does not work on timeframes > 1 week
|
# minute based resampling does not work on timeframes >= 1 month
|
||||||
ohlcv_dict = {
|
ohlcv_dict = {
|
||||||
'open': 'first',
|
'open': 'first',
|
||||||
'high': 'max',
|
'high': 'max',
|
||||||
|
|||||||
Reference in New Issue
Block a user