Adapt most tests

This commit is contained in:
Matthias
2020-06-13 19:40:58 +02:00
parent 273aaaff12
commit 55fa514ec9
2 changed files with 34 additions and 42 deletions

View File

@@ -353,10 +353,6 @@ class IStrategy(ABC):
dataframe, _ = self.dp.get_analyzed_dataframe(pair, timeframe)
if not isinstance(dataframe, DataFrame) or dataframe.empty:
logger.warning('Empty candle (OHLCV) data for pair %s', pair)
return False, False
if dataframe.empty:
logger.warning('Empty dataframe for pair %s', pair)
return False, False