pandapower icon indicating copy to clipboard operation
pandapower copied to clipboard

Fix unbalanced result columns

Open jkupka opened this issue 6 months ago • 1 comments

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 'pl_a_mw'). It's already correct in the documentation but not the code: grafik

Issue 2) is probably a breaking change if something relies on those unbalanced loss columns.

jkupka avatar Aug 12 '24 20:08 jkupka