You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default PSSE behaviour is to ignore (remove) active generators at load buses (type 1). PowerModels does the opposite while parsing the raw. It changes the bus type to generator (type 2) instead. PowerModels should adapt the IO script to mimic native PSSE behaviour.
One relevant part of the PowerModels code is located in _correct_bus_types! function.
The text was updated successfully, but these errors were encountered:
Default PSSE behaviour is to ignore (remove) active generators at load buses (type 1). PowerModels does the opposite while parsing the raw. It changes the bus type to generator (type 2) instead. PowerModels should adapt the IO script to mimic native PSSE behaviour.
One relevant part of the PowerModels code is located in
_correct_bus_types!
function.The text was updated successfully, but these errors were encountered: