From 7d0502afe0c0eeac50e33d7a09a096e1eac4c92e Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 12 Dec 2023 17:44:06 +0000 Subject: [PATCH] minor changes to result for ha15 --- etl/eligibility/ha_15_32/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etl/eligibility/ha_15_32/app.py b/etl/eligibility/ha_15_32/app.py index 574f926b..10c46f12 100644 --- a/etl/eligibility/ha_15_32/app.py +++ b/etl/eligibility/ha_15_32/app.py @@ -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