mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
HA15 checked and added
This commit is contained in:
parent
9a69f8741e
commit
dad2fc74c8
1 changed files with 4 additions and 1 deletions
|
|
@ -1191,12 +1191,15 @@ class DataLoader:
|
|||
"AFFORDABLE WARMTH": "ECO4",
|
||||
"ECO4 A/W": "ECO4",
|
||||
"ECO4 GBIS (ECO+)": "GBIS",
|
||||
"ECO4 GBIS (ECO+) JJC UNDER 73m²": "GBIS"
|
||||
"ECO4 GBIS (ECO+) JJC UNDER 73m²": "GBIS",
|
||||
"ECO4 AFFORDABLE WARMTH": "ECO4"
|
||||
}
|
||||
|
||||
eco_eligibility_map = {
|
||||
"not eligble": "not eligible",
|
||||
"eco 4(subject to ciga)": "eco4 (subject to ciga)",
|
||||
"eco4 (subject to ciga/archetype check": "eco4 (subject to ciga)",
|
||||
"eco4 (subject to archetype check)": "eco4"
|
||||
}
|
||||
|
||||
ha_facts_and_figures = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue