Skip to content

Commit

Permalink
fix the hpxml connection
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhou601 committed Jan 29, 2024
1 parent edb2b9f commit 0042cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rulesets/resources/301ruleset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def self.set_enclosure_walls_reference(orig_bldg, new_bldg)
# from Unconditioned Space Volume, Unrated Heated Space, Multifamily Buffer Boundary,
# or Non-Freezing Space.
if Constants.ERIVersions.index(@eri_version) >= Constants.ERIVersions.index('2022C')
common_space_walls = orig_bldg.walls.select { |wall| wall.adjacent_to_common_spaces }
common_space_walls = orig_bldg.walls.select { |wall| wall.is_adjacent_to_common_spaces }
common_space_wall_ufactor = get_reference_wall_ufactor_common_space()
common_space_walls.each do |orig_wall|
new_bldg.walls.add(id: orig_wall.id,
Expand Down

0 comments on commit 0042cc5

Please sign in to comment.