Skip to content

Commit

Permalink
Update rulesets/tests/test_enclosure.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Horowitz <[email protected]>
  • Loading branch information
yzhou601 and shorowit authored Apr 22, 2024
1 parent b9bdcf4 commit 1f001af
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions rulesets/tests/test_enclosure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,7 @@ def test_ground_conductivity

_all_calc_types.each do |calc_type|
_hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type)
if [Constants.CalcTypeERIRatedHome].include? calc_type
assert_equal(1.0, hpxml_bldg.site.ground_conductivity)
elsif [Constants.CalcTypeERIReferenceHome, Constants.CalcTypeCO2eReferenceHome].include? calc_type
assert_equal(1.0, hpxml_bldg.site.ground_conductivity)
elsif [Constants.CalcTypeERIIndexAdjustmentDesign].include? calc_type
assert_equal(1.0, hpxml_bldg.site.ground_conductivity)
elsif [Constants.CalcTypeERIIndexAdjustmentReferenceHome].include? calc_type
assert_equal(1.0, hpxml_bldg.site.ground_conductivity)
end
assert_equal(1.0, hpxml_bldg.site.ground_conductivity)
end
end

Expand Down

0 comments on commit 1f001af

Please sign in to comment.