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

Features/#377 grid separation #380

Merged
merged 26 commits into from
May 9, 2023
Merged

Features/#377 grid separation #380

merged 26 commits into from
May 9, 2023

Conversation

khelfen
Copy link
Collaborator

@khelfen khelfen commented May 3, 2023

Description

  • add function to separate lv grids
  • add methodology to decide which lv grids to separate

Fixes #377

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • New and adjusted code is formatted using the pre-commit hooks
  • New and adjusted code includes type hinting now
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • The Read the Docs documentation is compiling correctly
  • If new packages are needed, I added them the setup.py, and if needed the rtd_requirements.txt, the eDisGo_env.yml and the eDisGo_env_dev.yml.
  • I have added new features to the corresponding whatsnew file

@khelfen khelfen requested a review from birgits May 3, 2023 12:32
@khelfen khelfen self-assigned this May 3, 2023
Workflow separates lv grids if a specific overloading threshold is reached. LV grids
can be separated multiple times if necessary. Workflow is now a selectable part of
the enhanced reinforcement method. Added simple tests.
…ting a grid

Also make sure to only use nodes from the main feeder of a feeder.
@khelfen khelfen marked this pull request as ready for review May 8, 2023 09:17
@khelfen khelfen requested a review from birgits May 8, 2023 15:25
@birgits birgits mentioned this pull request May 9, 2023
@birgits birgits merged commit f3c6895 into dev May 9, 2023
@birgits birgits deleted the features/#377-grid-separation branch May 9, 2023 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Add grid reinforcement methods
2 participants