mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Slice 8 of the Solar PV Recommendation Generator (ADR-0026). The ModellingOrchestrator now reads each Property's persisted Google Solar buildingInsights JSON (uow.solar), projects it once per Property into a typed SolarPotential via `_solar_potential_for` (None for a missing or error payload), and threads it into `recommend_solar` alongside planning_restrictions — mirroring the ASHP wiring. Solar fires only when a feasible potential is present, so dwellings without fetched solar data are unaffected. FakeSolarRepo now returns None for an unseeded Property (was raising) and supports `by_property` seeding, so the orchestrator's new solar read is exercised. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| fakes.py | ||
| test_ara_first_run_pipeline.py | ||
| test_ara_first_run_pipeline_integration.py | ||
| test_bulk_upload_finaliser_orchestrator.py | ||
| test_first_run_without_database.py | ||
| test_ingestion_orchestrator.py | ||
| test_landlord_description_overrides_orchestrator.py | ||
| test_modelling_solar_threading.py | ||
| test_postcode_splitter_orchestrator.py | ||
| test_property_baseline_orchestrator.py | ||
| test_task_orchestrator.py | ||