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] ets undefined #2496

Open
6 tasks done
KS-HTK opened this issue Dec 18, 2024 · 1 comment
Open
6 tasks done

[bug] ets undefined #2496

KS-HTK opened this issue Dec 18, 2024 · 1 comment
Labels

Comments

@KS-HTK
Copy link
Collaborator

KS-HTK commented Dec 18, 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

from pandapower.auxiliary import element_types_to_ets

element_types_to_ets(element_types='line')

Issue Description and Traceback

The function uses a variable name that is never defined.

What purpose does the function serve? It was added in January but apperently never used since then, this Issue should be raised for any string passed to the function.

Expected Behavior

No error.
Any maybe a Test that fails

Installed Versions

develop
Issue is present since function was originally added to pandapower in January 24.

Label

  • Relevant labels are selected
@KS-HTK KS-HTK added the bug label Dec 18, 2024
@KS-HTK
Copy link
Collaborator Author

KS-HTK commented Dec 18, 2024

@SteffenMeinecke

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