Fix flake failure due to flake update

This commit is contained in:
Matthias
2024-03-15 06:51:02 +01:00
parent 5e0aa9108c
commit 4281642f54

View File

@@ -825,7 +825,7 @@ class IFreqaiModel(ABC):
"""
if self.config.get("freqai_backtest_live_models", False) and len_dataframe_backtest == 0:
logger.info(f"No data found for pair {pair} from "
f"from { tr_backtest.start_fmt} to {tr_backtest.stop_fmt}. "
f"from {tr_backtest.start_fmt} to {tr_backtest.stop_fmt}. "
"Probably more than one training within the same candle period.")
return False
return True