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

Rao parameters put back some extensions values into rao parameters #1191

Open
wants to merge 2 commits into
base: rao_parameters_separate_business_and_implem_specific
Choose a base branch
from

Conversation

pjeanmarie
Copy link
Member

@pjeanmarie pjeanmarie commented Nov 5, 2024

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?

#1084

What kind of change does this PR introduce?

What is the current behavior?

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

    if "extensions" in data:
        move_back_to_rao_param(data, "mnec-parameters", ["acceptable-margin-decrease"])
        move_back_to_rao_param(data, "relative-margins-parameters", ["ptdf-boundaries"])
        move_back_to_rao_param(data, "loop-flow-parameters", ["acceptable-increase", "countries"])

Other information:

@pjeanmarie pjeanmarie added breaking-change Changes could break users' code PR : dont-merge-before-other PR mustn't be merged before another (referenced in the description or in the comments) labels Nov 5, 2024
@pjeanmarie pjeanmarie force-pushed the rao_parameters_put_back_some_extensions_values_into_rao_parameters branch 3 times, most recently from ab87fce to 0fc71d9 Compare November 12, 2024 14:30
@pjeanmarie pjeanmarie force-pushed the rao_parameters_separate_business_and_implem_specific branch from c760e7a to 65aabf0 Compare November 21, 2024 09:48
@pjeanmarie pjeanmarie force-pushed the rao_parameters_put_back_some_extensions_values_into_rao_parameters branch 2 times, most recently from 48b9467 to efc4bd4 Compare November 21, 2024 14:44
@pjeanmarie pjeanmarie changed the title Rao parameters put back some extensions values into rao parameters WIP: Rao parameters put back some extensions values into rao parameters Nov 21, 2024
@pjeanmarie pjeanmarie force-pushed the rao_parameters_put_back_some_extensions_values_into_rao_parameters branch from efc4bd4 to ec5f3f7 Compare November 25, 2024 10:45
@pjeanmarie pjeanmarie changed the title WIP: Rao parameters put back some extensions values into rao parameters Rao parameters put back some extensions values into rao parameters Nov 25, 2024
@pjeanmarie pjeanmarie added the PR: waiting-for-review This PR is waiting to be reviewed label Nov 25, 2024
@pjeanmarie pjeanmarie requested a review from obrix November 25, 2024 10:55
@pjeanmarie pjeanmarie linked an issue Nov 25, 2024 that may be closed by this pull request
@pjeanmarie pjeanmarie force-pushed the rao_parameters_separate_business_and_implem_specific branch from adbcbb2 to 8f911c7 Compare November 29, 2024 09:32
@pjeanmarie pjeanmarie force-pushed the rao_parameters_put_back_some_extensions_values_into_rao_parameters branch from ec5f3f7 to b4859b0 Compare November 29, 2024 09:36
@pjeanmarie pjeanmarie force-pushed the rao_parameters_separate_business_and_implem_specific branch from 8f911c7 to f000bd9 Compare November 29, 2024 10:20
@pjeanmarie pjeanmarie force-pushed the rao_parameters_put_back_some_extensions_values_into_rao_parameters branch 2 times, most recently from a8d93d4 to 419b2e9 Compare November 29, 2024 13:53
@pjeanmarie pjeanmarie force-pushed the rao_parameters_separate_business_and_implem_specific branch from f000bd9 to b9b4fc3 Compare December 9, 2024 13:04
Pauline Jean-Marie added 2 commits December 9, 2024 14:17
…t values in extension if exist in rao-parameters and vive-versa

Signed-off-by: Pauline Jean-Marie <[email protected]>
@pjeanmarie pjeanmarie force-pushed the rao_parameters_put_back_some_extensions_values_into_rao_parameters branch from 419b2e9 to e3a19d0 Compare December 9, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Changes could break users' code PR : dont-merge-before-other PR mustn't be merged before another (referenced in the description or in the comments) PR: waiting-for-review This PR is waiting to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make RaoParameters generic
1 participant