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

Fix missing angle constraints #2405

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

SimonUlm
Copy link

@SimonUlm SimonUlm commented Sep 24, 2024

Closes #2385.

Changes

  • Added columns max_theta_deg and min_theta_deg to the frames line and transformer with default values 360.0 and -360.0, respectively
  • Updated file version and pandapower version
  • Updated conversion from pypower
  • Updated failing test

Open Questions

  • I don't know how pandapower usually manages versioning. Please check whether my changes match your expectiations.
  • For now, I modified only line and transformer since these are the only elements that can be created from branch in pypower files. This will probably do for OPFs with .m files as input, but may not be sufficient for other use cases.

@SimonUlm SimonUlm force-pushed the fix/fix-missing-angle-constraints branch from 4d1ea00 to 030c33e Compare September 24, 2024 11:48
@SimonUlm SimonUlm marked this pull request as ready for review September 24, 2024 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] Support of angle difference constraints
1 participant