mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
fixed but in eligibility counts remaining
This commit is contained in:
parent
5e991547f7
commit
d35d8ea845
1 changed files with 1 additions and 1 deletions
|
|
@ -3177,7 +3177,7 @@ def forecast_remaining_sales(loader):
|
||||||
]["count"].sum()
|
]["count"].sum()
|
||||||
|
|
||||||
eco4_pre_ciga_remaining = eligiblity_counts_remaining[
|
eco4_pre_ciga_remaining = eligiblity_counts_remaining[
|
||||||
eligiblity_counts["ECO Eligibility"].isin(
|
eligiblity_counts_remaining["ECO Eligibility"].isin(
|
||||||
["eco4", "eco4 (subject to ciga)", "eco4 - passed ciga", "failed ciga"]
|
["eco4", "eco4 (subject to ciga)", "eco4 - passed ciga", "failed ciga"]
|
||||||
)
|
)
|
||||||
]["count"].sum()
|
]["count"].sum()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue