NREL-Sienna / PowerGraphics.jl

A package to generate visualizations from PowerSimulations.jl results. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.

Home Page:https://www.nrel.gov/analysis/sienna.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug in _aggregate_data

andrewrosemberg opened this issue · comments

The function here is erroring
becasuse IS.get_variables(res)[var] is returning a dict with a key ThermalStandard but the code is expecting PowerSystems.ThermalStandard.

I believe that this should be resolved since the rewrite. @andrewrosemberg if you find otherwise, please reopen.