From 3ba1e221eb5f12686f1a48ace1cebd90705beacd Mon Sep 17 00:00:00 2001 From: robcaulk Date: Thu, 3 Nov 2022 19:08:33 +0100 Subject: [PATCH] fix typo --- freqtrade/freqai/data_kitchen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freqtrade/freqai/data_kitchen.py b/freqtrade/freqai/data_kitchen.py index 581ab78c0..e06709b2c 100644 --- a/freqtrade/freqai/data_kitchen.py +++ b/freqtrade/freqai/data_kitchen.py @@ -1318,7 +1318,7 @@ class FreqaiDataKitchen: ) -> bool: """ Check if a backtesting prediction already exists and if the predictions - to append has the same sime of backtesting dataframe slice + to append has the same size of backtesting dataframe slice :param length_backtesting_dataframe: Length of backtesting dataframe slice :return: :boolean: whether the prediction file is valid. @@ -1337,7 +1337,7 @@ class FreqaiDataKitchen: return True else: logger.info("A new backtesting prediction file is required. " - "(Number of predictions is different of dataframe length).") + "(Number of predictions is different from dataframe length).") return False else: logger.info(