Skip to content

Commit

Permalink
Permit more warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Jul 14, 2023
1 parent 8bff94d commit cb5c534
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_run_analysis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ def _verify_outputs(cli_output_log, testing = false)
next if message.include?("WARN] Both 'lighting_garage' schedule file and monthly multipliers provided; the latter will be ignored.")

if !testing
next if message.include?('WARN] Unable to find sql file at C:/OpenStudio/resstock/national_baseline/run2/run/eplusout.sql')
next if message.include?('WARN] Unable to find sql file at')
end
if testing
next if message.include?('WARN] Could not find County=')
next if message.include?('WARN] Battery without PV specified, and no charging/discharging schedule provided; battery is assumed to operate as backup and will not be modeled.')
next if message.include?("WARN] Request for output variable 'Zone People Occupant Count' returned no key values.")
next if message.include?('WARN] HVAC setpoints have been automatically adjusted to prevent periods where the heating setpoint is greater than the cooling setpoint.')
end

flunk "Unexpected cli_output.log message found: #{message}"
Expand Down

0 comments on commit cb5c534

Please sign in to comment.