grid-parity-exchange / Egret

Tools for building power systems optimization problems
Other
134 stars 54 forks source link

We should be careful using the .model() method #182

Closed michaelbynum closed 3 years ago

michaelbynum commented 3 years ago

We should be a bit more careful utilizing the .model() method on Pyomo components (parent_component) might be safer.

bknueven commented 3 years ago

@michaelbynum should be we using parent_block instead of parent_component?