mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
fix formatting
This commit is contained in:
@@ -338,8 +338,7 @@ class Configuration:
|
||||
if es_epochs > 0:
|
||||
if es_epochs < 20:
|
||||
logger.warning(
|
||||
f"Early stop epochs {es_epochs} lower than 20. "
|
||||
f"It will be replaced with 20."
|
||||
f"Early stop epochs {es_epochs} lower than 20. It will be replaced with 20."
|
||||
)
|
||||
config.update({"early_stop": 20})
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user