Skip to content

Commit

Permalink
remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonJ-KC committed Sep 4, 2024
1 parent 475f2a2 commit a009f59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rct229/rulesets/ashrae9012019/section5/section5rule2.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,4 @@ def get_calc_vals(self, context, data=None):
}

def rule_check(self, context, calc_vals=None, data=None):
# if there are surfaces casting shade, set to undetermined
# if there are no surfaces casting shade, set to not applicable.
return len(calc_vals["baseline_surfaces_casting_shade_ids"]) == 0

0 comments on commit a009f59

Please sign in to comment.