Model/scripts/reclassify_water_heating.py
Khalim Conn-Kowlessar ffbef2d047 Re-map house-coal water-heating overrides onto faithful biomass and immersion archetypes 🟥
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-01 13:58:39 +00:00

12 lines
339 B
Python

"""One-time re-classification of water-heating overrides funnelled into house coal.
Placeholder — decision function stubbed; filled in GREEN.
"""
from __future__ import annotations
from collections.abc import Iterable
def water_heating_corrections(stored: Iterable[tuple[str, str]]) -> dict[str, str]:
raise NotImplementedError