fix: downgrade sientia_do version and update CSV saving logic

- Downgraded `sientia_do` version to 1.11.0 in `requirements.txt` to address compatibility issues.
- Updated `data_manager_repository.py` to save training and test data CSVs using float-cast versions of the data, ensuring consistency in the saved outputs.
- Enhanced test coverage in `test_data_manager_repository.py` to verify the presence of the target alias in the generated CSV files.
This commit is contained in:
vitor-aignosi
2026-05-05 16:26:47 -03:00
parent 23912d854e
commit 78167f7a44
3 changed files with 15 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ psycopg2-binary==2.9.11
sqlalchemy==2.0.49
boto3==1.42.70
botocore==1.42.70
sientia_do==1.12.0
sientia_do==1.11.0
sientia_model==0.8.1
prometheus-client==0.23.1
beautifulsoup4==4.12.3