mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
temp removed HA34 due to issue
This commit is contained in:
parent
6e4fc23ecc
commit
27fed2dce3
1 changed files with 10 additions and 3 deletions
|
|
@ -2270,6 +2270,11 @@ class DataLoader:
|
|||
"ECO4 AFFORDABLE WARMTH": "ECO4",
|
||||
"Affordable Warmth": "ECO4",
|
||||
"ECO4 GBIS (ECO+) JJC UNDER 73m² ": "GBIS",
|
||||
"ECO4 PPS": "ECO4",
|
||||
"AFFORDABLE WARMTH / REMEDIAL": "ECO4",
|
||||
"AFF0RDALE WARMTH": "ECO4",
|
||||
"ECO 4 RdSAP CL": "ECO4",
|
||||
"Affordable Warmth (R) ": "ECO4"
|
||||
}
|
||||
|
||||
# Since it seems like "subject to archetype check" has some failure conditions, for simplicity, we
|
||||
|
|
@ -4779,15 +4784,17 @@ def app():
|
|||
|
||||
# Add in:
|
||||
priority_has = [
|
||||
"HA1", "HA2", "HA6", "HA7", "HA12", "HA13", "HA14", "HA15", "HA16", "HA24", "HA25", "HA28", "HA32", "HA34",
|
||||
"HA1", "HA2", "HA6", "HA7", "HA12", "HA13", "HA14", "HA15", "HA16", "HA24", "HA25", "HA28", "HA32",
|
||||
# "HA34",
|
||||
"HA35", "HA39", "HA41", "HA48", "HA50", "HA63", "HA107", "HA117"
|
||||
]
|
||||
# Next HAs to do: 14 [DONE], 15[DONE], 32 [DONE], 33 [Input format is 4 parts and no eco4 jobs identified - come
|
||||
# back on this], 28 [DONE], 41 [DONE], 50 [DONE], 48 [DONE], 2 [DONE], 63 [DONE], 12 [DONE], 117 [DONE], 13 [DONE],
|
||||
# 35 [DONE]
|
||||
# 34 [WIP]
|
||||
# [WIP]
|
||||
# Consider for ECO4:
|
||||
# Consider for GBIS: 56, 34
|
||||
# Consider for GBIS: 56
|
||||
# 34 [bug in the results so leaving out for the moment]
|
||||
# Ignore for now:
|
||||
# 38 [problematic, but no ECO4], 10 problematic (no eligibility), 20 has barely any in
|
||||
# Filter down the directories to only the priority HAs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue