Skip to content

Commit

Permalink
Merge pull request #724 from NREL/ansi_301_2022_envelope_2
Browse files Browse the repository at this point in the history
ANSI-301-2022 Envelope 2
  • Loading branch information
shorowit authored Apr 30, 2024
2 parents 61d44fd + 1f001af commit 179b96f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions rulesets/tests/test_enclosure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ def teardown
FileUtils.rm_rf(@results_path) if Dir.exist? @results_path
end

def test_ground_conductivity
# Test ground conductivity
hpxml_name = 'base.xml'

_all_calc_types.each do |calc_type|
_hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type)
assert_equal(1.0, hpxml_bldg.site.ground_conductivity)
end
end

def test_enclosure_infiltration
# Test w/o mech vent
hpxml_name = 'base.xml'
Expand Down

0 comments on commit 179b96f

Please sign in to comment.