Skip to content

Commit

Permalink
Update expected warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Sep 5, 2023
1 parent bbc2574 commit 11f5ffa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflow/tests/hpxml_translator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml_header, hpxml_bldg, unit_
if hpxml_path.include? 'base-location-AMY-2012.xml'
next if message.include? 'No design condition info found; calculating design conditions from EPW weather data.'
end
if hpxml_bldg.building_construction.number_of_units > 1
next if message.include? 'NumberofUnits is greater than 1, indicating that the HPXML Building represents multiple dwelling units; simulation outputs will reflect this unit multiplier.'
end

# FIXME: Revert this eventually
next if message.include? 'Cannot currently handle an HPXML with multiple Building elements'
Expand Down

0 comments on commit 11f5ffa

Please sign in to comment.