Skip to content

Commit

Permalink
Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Oct 23, 2024
1 parent 992df41 commit e98980e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rulesets/tests/test_ventilation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,8 @@ def test_mech_vent_cfis_unmeasured_airflow_rate

calc_type = Constants::CalcTypeERIRatedHome
_hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type)
_check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 45.0, hours: 8, cfis_mode: HPXML::CFISModeAirHandler }])
_check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 45.0, hours: 8, cfis_mode: HPXML::CFISModeAirHandler,
cfis_control_type: HPXML::CFISControlTypeOptimized }])

# Create derivative file for testing
hpxml_name = 'base-mechvent-cfis-supplemental-fan-exhaust.xml'
Expand All @@ -734,7 +735,7 @@ def test_mech_vent_cfis_unmeasured_airflow_rate
_hpxml, hpxml_bldg = _test_ruleset(hpxml_name, calc_type)
_check_mech_vent(hpxml_bldg, [{ fantype: HPXML::MechVentTypeCFIS, flowrate: 330.0, hours: 8,
cfis_mode: HPXML::CFISModeSupplementalFan, cfis_suppl_flowrate: 110.0, cfis_suppl_power: 38.5,
cfis_suppl_fan_sync: false }])
cfis_suppl_fan_sync: false, cfis_control_type: HPXML::CFISControlTypeOptimized }])
end

def test_mech_vent_cfm50_infiltration
Expand Down

0 comments on commit e98980e

Please sign in to comment.