mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-19 10:50:50 +00:00
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)
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user