Skip to content

Commit

Permalink
run update_measures
Browse files Browse the repository at this point in the history
  • Loading branch information
bpark1327 committed Jan 23, 2024
1 parent a7c5146 commit d8cd2a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rulesets/resources/ES_ZERHruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1173,8 +1173,8 @@ def self.get_radiant_barrier_bool(orig_bldg)

ducts_in_uncond_attic = false
all_ducts.each do |duct|
if [HPXML::LocationAtticVented, HPXML::LocationAtticUnvented].include?(duct.duct_location) &&
(!duct.duct_surface_area.to_f.zero? || !duct.duct_fraction_area.to_f.zero?)
if [HPXML::LocationAtticVented, HPXML::LocationAtticUnvented].include?(duct.duct_location) &&
(!duct.duct_surface_area.to_f.zero? || !duct.duct_fraction_area.to_f.zero?)
ducts_in_uncond_attic = true
end
end
Expand Down

0 comments on commit d8cd2a8

Please sign in to comment.