Model/tests/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
..
__init__.py process multiple properties in one message 2026-06-22 15:46:18 +00:00
test_handler.py refetch_epc=False skips API entirely; EPC-less properties go straight to prediction path 2026-06-26 10:24:27 +00:00
test_predict_epc_errors.py Fail unmodellable properties with a specific, debuggable error 🟩 2026-06-24 14:13:28 +00:00