Skip to content

Commit

Permalink
Update panel subcategories so we get output.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Jan 21, 2025
1 parent 314d8ce commit 9173f0b
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 @@ -1227,7 +1227,7 @@ def _write_results(results, csv_out, output_groups_filter: [])
'hvac' => ['HVAC Design Temperature', 'HVAC Capacity', 'HVAC Design Load'],
'misc' => ['Unmet Hours', 'Hot Water', 'Peak Electricity', 'Peak Load', 'Resilience'],
'bills' => ['Utility Bills'],
'panel' => ['Electric Panel'],
'panel' => ['Electric Panel Load', 'Electric Panel Breaker Spaces'],
}

output_groups.each do |output_group, key_types|
Expand Down

0 comments on commit 9173f0b

Please sign in to comment.