Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhou601 committed Nov 19, 2024
1 parent c250a6a commit 5d6080a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/tests/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def _verify_outputs(rundir, hpxml_path, results, hpxml, unit_multiplier)
end
assert_equal(0, num_unused_objects)
# FIXME: Common space test file has 2 unused schedule by dropping the othersidecoefficient object, which contains schedules
assert_equal((hpxml_path.include? 'base-bldgtype-mf-whole-building-common-spaces') ? 2 : 0, num_unused_schedules)
assert_equal((hpxml_path.include? 'base-bldgtype-mf-whole-building-common-spaces') ? 4 : 0, num_unused_schedules)
assert_equal(0, num_unused_constructions)

# Check for Output:Meter and Output:Variable warnings
Expand Down

0 comments on commit 5d6080a

Please sign in to comment.