mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Score heating-oil dwellings via SAP main-fuel code 28 🟥
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
2a68fc2a76
commit
bb604d79bf
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue