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
File "/Users/PaulKandora/opt/anaconda3/envs/copopf/lib/python3.12/site-packages/pandapower/converter/matpower/from_mpc.py", line 100, in _m2ppc
mpc_frames = CaseFrames(mpc_file)
^^^^^^^^^^^^^^^^^^^^
File "/Users/PaulKandora/opt/anaconda3/envs/copopf/lib/python3.12/site-packages/matpowercaseframes/core.py", line 65, in __init__
self._update_index()
File "/Users/PaulKandora/opt/anaconda3/envs/copopf/lib/python3.12/site-packages/matpowercaseframes/core.py", line 181, in _update_index
self.gencost.set_index(pd.RangeIndex(1, len(self.gen.index) + 1),
File "/Users/PaulKandora/opt/anaconda3/envs/copopf/lib/python3.12/site-packages/pandas/core/frame.py", line 6173, in set_index
raise ValueError(
ValueError: Length mismatch: Expected 6 rows, received array of length 3
I assume that pandapower is unable to detect reactive power costs. Probably, it is possible to detect reactive power costs but I am not sure how.
Grateful for support here and best regards
Paul
Feature Description
Pandapower will be able to detect reactive power costs
Additional Context
No response
Label
Relevant labels are selected
The text was updated successfully, but these errors were encountered:
Feature Checklist
Searched the issues page for similar feature requests
Read the relevant sections of the documentation
Browse the repository, tutorials and tests for already existing functionalities
Feature Type
Adding new functionality to pandapower
Changing existing functionality in pandapower
Removing existing functionality in pandapower
Problem Description
Hey,
I have an ieee 9-bus file with the following cost related data:
Now I get this error:
I assume that pandapower is unable to detect reactive power costs. Probably, it is possible to detect reactive power costs but I am not sure how.
Grateful for support here and best regards
Paul
Feature Description
Pandapower will be able to detect reactive power costs
Additional Context
No response
Label
The text was updated successfully, but these errors were encountered: