mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
minor changes to result for ha15
This commit is contained in:
parent
736e02cb4a
commit
7d0502afe0
1 changed files with 1 additions and 1 deletions
|
|
@ -911,7 +911,7 @@ def analyse_ha_15_results(results_df, ha15, no_house_numbers):
|
|||
|
||||
new_possibilities = results_df[
|
||||
(~results_df["warmfront_identified"]) &
|
||||
(results_df["gbis_eligible"] | results_df["eco4_eligible"])
|
||||
((results_df["gbis_eligible"] == True) | (results_df["eco4_eligible"] == True))
|
||||
].copy()
|
||||
|
||||
# We deem that Any EPC that is produced in the last 3 years gives us good confidence for GBIS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue