fix: address code review issues for Task 1

- Add test for ValueError when all simulations completed
- Include warnings in API response for user visibility
- Improve error message validation in tests
This commit is contained in:
2025-11-07 13:11:09 -05:00
parent fbe383772a
commit 75a76bbb48
2 changed files with 33 additions and 0 deletions

View File

@@ -318,6 +318,7 @@ def create_app(
status="pending",
total_model_days=len(all_dates) * len(models_to_run),
message=message,
warnings=warnings if warnings else None,
**deployment_info
)