Skip to content

Commit

Permalink
oops, more
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhou601 committed Apr 15, 2024
1 parent 0c5fcd7 commit 2e8df1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rulesets/tests/test_enclosure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,6 @@ def test_enclosure_ceilings
end

# Check w/ mass ceilings
hpxml_name = 'base-bldgtype-mf-unit-adjacent-to-multiple.xml'
hpxml = HPXML.new(hpxml_path: File.join(@root_path, 'workflow', 'sample_files', hpxml_name))
hpxml_bldg = hpxml.buildings[0]
hpxml_bldg.floors.each do |floor|
Expand All @@ -533,7 +532,6 @@ def test_enclosure_ceilings
end
hpxml_name = File.basename(@tmp_hpxml_path)
XMLHelper.write_file(hpxml.to_doc, @tmp_hpxml_path)
hpxml_name = _change_eri_version(hpxml_name, '2019')
_all_calc_types.each do |calc_type|
_hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type)
if [Constants.CalcTypeERIRatedHome].include? calc_type
Expand Down

0 comments on commit 2e8df1c

Please sign in to comment.