Skip to content

Fixed to set also I_real and I_imag in case of failure of power flow

Mostafa Ramezani requested to merge bugfix into master

Created by: Dominik Danner

Fixed the KeyError that will result after an entity is connected to I_real or I_imag in case of failure of the power flow.

Open for discussion is whether an Exception showed be raised in that case instead, as in most cases proceeding the co-simulation does not make much sense.

Merge request reports