Describe the feature request
I see these extra columns have come up in new pandapower version. Fixes fails in #485
pp_net.res_gen_3ph.columns
Index(['vm_a_pu', 'va_a_degree', 'vm_b_pu', 'va_b_degree', 'vm_c_pu',
'va_c_degree', 'p_a_mw', 'q_a_mvar', 'p_b_mw', 'q_b_mvar', 'p_c_mw',
'q_c_mvar'],
dtype='object')
Towards that extent, you can use commits in #485 for other changes with tests
Community Meeting
Describe the feature request
I see these extra columns have come up in new pandapower version. Fixes fails in #485
pp_net.res_gen_3ph.columns
Index(['vm_a_pu', 'va_a_degree', 'vm_b_pu', 'va_b_degree', 'vm_c_pu',
'va_c_degree', 'p_a_mw', 'q_a_mvar', 'p_b_mw', 'q_b_mvar', 'p_c_mw',
'q_c_mvar'],
dtype='object')
Towards that extent, you can use commits in #485 for other changes with tests
Community Meeting