Stored positive case; ignore HOLD devisions

This commit is contained in:
Dobromir Popov
2025-06-26 01:25:38 +03:00
parent 5e57e7817e
commit 616f019855
2 changed files with 63 additions and 8 deletions

View File

@ -188,9 +188,9 @@ class TradeDataManager:
oldest_key = next(iter(self.cases_cache))
del self.cases_cache[oldest_key]
logger.info(f" Stored {case_type} case for training: {case_id}")
logger.info(f" PKL: {case_filepath}")
logger.info(f" JSON: {json_filepath}")
logger.info(f" Stored {case_type} case for training: {case_id}")
logger.info(f" PKL: {case_filepath}")
logger.info(f" JSON: {json_filepath}")
return case_id