ucsusa / pypsa-illinois

A model of the Illinois electricity system built with PyPSA.
GNU General Public License v3.0
4 stars 0 forks source link

Create a separate rule for plotting results after solve network #21

Closed samgdotson closed 4 months ago

samgdotson commented 4 months ago

Currently, the solve_network rule performs two functions: solving the network AND plotting a dispatch sample.

This issue may be closed when there is a PR that separates this functionality into two unique rules.