We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
pip install --upgrade pandapower
git pull
Tried basic troubleshooting (if a bug/error) like restarting the interpreter and checking the pythonpath
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
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.
The switches count and attributes should remain same with and without EQ_BD import
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: