Score heating-oil dwellings via SAP main-fuel code 28 🟥

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Daniel Roth 2026-07-16 15:41:35 +00:00
parent 2a68fc2a76
commit bb604d79bf

View file

@ -1266,6 +1266,7 @@ class TestMainFuelCoding:
# was dropping. 10 = epc_codes `main_fuel` dual fuel (mineral + wood).
("Dual fuel appliance (mineral and wood)", 10),
("Electricity", 30), # standard-electricity fuel code
("Heating oil", 28), # oil (not community); Table 32 code 4
],
)
def test_label_maps_to_sap_code(self, label: str, expected_code: int) -> None: