System
constructor keyword argument load_zone_formatter
is ignored
#1160
Labels
System
constructor keyword argument load_zone_formatter
is ignored
#1160
There is a kwarg
load_zone_formatter
listed as one of the supportedSYSTEM_KWARGS
:PowerSystems.jl/src/base.jl
Line 13 in 71b9bf4
but, unlike all the other
SYSTEM_KWARGS
, nothing is ever done with it. This is the only reference to it in the codebase. I'm currently in a situation where I need to remap the names of load zones, so it would be nice to support this behavior as we do for buses, generators, branches, etc.The text was updated successfully, but these errors were encountered: