Closed ronnie-canopy closed 1 year ago
@ronnie-canopy really good catch! thanks. I will patch it now
@ronnie-canopy I just added this block at line 84 in hcc.py
if self.version == "28": # V28 weird patch for heart
if (cc_cnt["HCC223"] > 0 and
(cc_cnt["HCC221"] + cc_cnt["HCC222"] +
cc_cnt["HCC224"] + cc_cnt["HCC225"] +
cc_cnt["HCC226"]) == 0):
cc_cnt["HCC223"] = 0
Interesting that the Advance Notice copy only includes 224, 225, and 226 in the criteria.
Lines 448 to 450 of V2823T2M.txt contain the condition:
Should these lines also appear in the corresponding Python file? I do not see them present.