Skip to content

Commit

Permalink
5-28 bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonJ-KC committed Aug 1, 2024
1 parent 0ae0ea0 commit 8b57636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rct229/rulesets/ashrae9012019/section5/section5rule28.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def manual_check_required(self, context, calc_vals=None, data=None):
manual_check_required_flag = data["manual_check_required_flag"]
# if exterior mixed and required manual check
return (
data["surface_id_b"] == SCC.EXTERIOR_MIXED
data["scc_dict_b"][data["surface_id_b"]] == SCC.EXTERIOR_MIXED
and manual_check_required_flag
)

Expand Down

0 comments on commit 8b57636

Please sign in to comment.