jkupka
jkupka
Solves a mismatch of arrays during zero impedance addition of ext grids if at least one ext grid is out of service
Running pp.runpp_3ph fails with a key error if trafo index is not starting at 0 or it is not consecutive. Minimal example: ```python import pandapower as pp import pandapower.networks as...
This PR fixes two issues with unbalanced result columns: 1. columns 'p_c_from_mw' and 'loading_percent' were missing in 'res_line_3ph" 2. unbalanced loss columns didn't follow naming conventions (e.g. 'p_a_l_mw' should be...