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
Hey Ankur,
can you check if you have duplicated ConnectivityNodes in the bus table when you use the EQ_BD. It seems that there is an issue with the EQ_BD.
No I have checked it there is no such issue although there are no duplicate buses but also in that case pandapower should be able to handle this case as well.
Hey Ankur, can you provide us an example file? Or reproduceable code? However, a switch may only have 2 Terminals, never 3! Can you check if you have a valid CGMES export? Validating the CGMES input data is not part of our importer.
Without vaild example files it is difficult investigate the problem.
Bug report checklis
Searched the issues page for similar reports
Read the relevant sections of the documentation
Browse the tutorials and tests for usefull code snippets and examples of use
Reproduced the issue after updating with
pip install --upgrade pandapower
(orgit pull
)Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
Reproducible Example
Issue Description and Traceback
Pandapower has problem in cim import if EQ_BD file is also used
Something went wrong at switches, seems like that terminals for connection with connectivity nodes are missing!
The switch with RDF ID _03ac8 has 3 Terminals!
The switch data:
index rdfId
504 11799 _03ac83
505 11797 _03ac83bb
506 11798 _03ac83bb-6
504 3 Ltg 1
505 3 Ltg 2
506 3 Ltg 3
The modelled network has no switch anymore.
If there is no EQ_BD used then it works.
Expected Behavior
The switches count and attributes should remain same with and without EQ_BD import
Installed Versions
Label
The text was updated successfully, but these errors were encountered: