Fix wording in log msg

This commit is contained in:
Matthias 2023-10-15 10:40:45 +02:00
parent fa174a392a
commit 8d2b389e27

View File

@ -85,7 +85,7 @@ class ReinforcementLearner(BaseReinforcementLearningModel):
best_model = self.MODELCLASS.load(dk.data_path / "best_model")
return best_model
logger.info('Couldnt find best model, using final model instead.')
logger.info("Couldn't find best model, using final model instead.")
return model