Fix wrong test comment

This commit is contained in:
Matthias 2024-01-23 07:25:30 +01:00
parent 8fd2dcd257
commit efe332a395

View File

@ -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',