lanl-ansi / PowerModels.jl

A Julia/JuMP Package for Power Network Optimization
https://lanl-ansi.github.io/PowerModels.jl/stable/
Other
388 stars 145 forks source link

Smarter Unit Conversions #682

Open ccoffrin opened 4 years ago

ccoffrin commented 4 years ago

Update data-model unit conversion scripts to be correct when memory efficient multi-network data is being used.

ccoffrin commented 1 year ago

This would be accomplished by putting a flag in component dicts that had already been updated and checking the flag before each component units update; then removing the flags after the full update had been completed.