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
We need an implementation of status propagation between infrastructure systems. For example, if a PowerModels generator status = 0, PowerModels will remove the generator from ref. However, a GasModels receipt point might point at that generator as a consumer of gas. Given that the generator is removed, this will result in a dangling data pointer. So, we need to make this receipt status = 0 as well. This might require manual execution of the correct_network functions in GasModels and PowerModels
The text was updated successfully, but these errors were encountered:
We need an implementation of status propagation between infrastructure systems. For example, if a PowerModels generator status = 0, PowerModels will remove the generator from ref. However, a GasModels receipt point might point at that generator as a consumer of gas. Given that the generator is removed, this will result in a dangling data pointer. So, we need to make this receipt status = 0 as well. This might require manual execution of the correct_network functions in GasModels and PowerModels
The text was updated successfully, but these errors were encountered: