Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] CIM importer does not process EQ_BD boundary CNs correctly #2444

Open
6 tasks done
AnkurArohi opened this issue Nov 8, 2024 · 0 comments
Open
6 tasks done

[bug] CIM importer does not process EQ_BD boundary CNs correctly #2444

AnkurArohi opened this issue Nov 8, 2024 · 0 comments
Labels

Comments

@AnkurArohi
Copy link

AnkurArohi commented Nov 8, 2024

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 (or git pull)

  • Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath

Reproducible Example

Simply use a EQ_BD file together with other profiles in cim importer ,
compare the no. and attributes of switches with and without the EQ_BD file importer

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

                             name  \

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

  • python version: 3.12 *

Label

  • Relevant labels are selected
@AnkurArohi AnkurArohi added the bug label Nov 8, 2024
@AnkurArohi AnkurArohi changed the title [bug] YOUR TITLE [bug] CIM importer does not process EQ_BD boundary CNs correctly Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant