mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix wrong test comment
This commit is contained in:
parent
8fd2dcd257
commit
efe332a395
|
@ -167,7 +167,7 @@ def test_ohlcv_to_dataframe_multi(timeframe):
|
|||
tfs = timeframe_to_seconds(timeframe)
|
||||
tfm = timeframe_to_minutes(timeframe)
|
||||
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 = {
|
||||
'open': 'first',
|
||||
'high': 'max',
|
||||
|
|
Loading…
Reference in New Issue
Block a user