Model/applications/modelling_e2e
Daniel Roth 17a9f0aafc refetch_epc=False skips API entirely; EPC-less properties go straight to prediction path
When refetch_epc=False and no stored lodged EPC exists, the handler no longer
falls back to a live EPC API call — it treats the property as EPC-less and
hands it to the prediction path. This keeps REFETCH_EPC (lodged path) and
REPREDICT_EPC (prediction path) cleanly independent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 10:24:27 +00:00
..
local_handler Update trigger script and local invoker to use refetch_solar, refetch_epc, repredict_epc 🟩 2026-06-26 10:17:20 +00:00
Dockerfile move handler stuff to applications directory 2026-06-22 13:35:23 +00:00
errors.py Fail unmodellable properties with a specific, debuggable error 🟥 2026-06-24 14:10:55 +00:00
handler.py refetch_epc=False skips API entirely; EPC-less properties go straight to prediction path 2026-06-26 10:24:27 +00:00
modelling_e2e_trigger_body.py Rename no_solar → refetch_solar and add refetch_epc, repredict_epc flags to TriggerBody 🟩 2026-06-26 10:12:21 +00:00
requirements.txt various fixes 2026-06-22 14:21:52 +00:00