-
Notifications
You must be signed in to change notification settings - Fork 466
Description
Issue overview
A couple table "names" are duplicated which is causing table diff to get a little confused and is throwing diffs. The two I've seen are the Output:Schedules table, if the user requests multiple of them (hourly, timestep), and the warmup convergence table, which just seems to appear twice if Output:Diagnostics,ReportDetailedWarmupConvergence is requested. Or maybe it's that plus some other output table summary request.
Operating System (Multiple choices)
Any
Operating System Version
Any
Version of EnergyPlus
develop
Unmethours link or helpdesk ticket number
N/A
Defect file
The diffs are showing up on pretty much any PR right now. They appear in
- testfiles/1ZoneUncontrolled_DD2009.idf
- testfiles/1ZoneUncontrolled_DDChanges.idf
- testfiles/_5ZoneEvapCooled.idf
To get rid of them temporarily, we can just remove the secondary Output:Schedules request in the DD files, and then get rid of the detailed warmup convergence request in the _5Zone file. Ideally, we would just make sure to give unique, but deterministic and repeatable, names to each table, so that table diff doesn't try to compare different tables and give diffs.