WIP improve condition readability (loadflow-validation)#3830
Draft
samirromdhani wants to merge 17 commits intomainfrom
Draft
WIP improve condition readability (loadflow-validation)#3830samirromdhani wants to merge 17 commits intomainfrom
samirromdhani wants to merge 17 commits intomainfrom
Conversation
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
9bbef00 to
4ea0788
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
46f34a5 to
786b83b
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
95bed9a to
6091103
Compare
6d7b3f7 to
da96b43
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
7df0bf1 to
b8f2d6b
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
6e827ec to
0cb140c
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
0cb140c to
b2d959d
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
4b8135c to
c7b56fc
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
c7b56fc to
96843f0
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
bf3f14a to
e7d56fd
Compare
0aefe4b to
af31f1d
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com> note Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com> improve SVC validation rules wip Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com> fix gaps between current code and current doc (Shunt Compensator) Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
a0a471b to
68632e2
Compare
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
68632e2 to
9389f8d
Compare
samirromdhani
commented
Mar 25, 2026
| } | ||
|
|
||
| /** | ||
| * Generator: rule for valid result <code> | targetQ - Q | < threshold </code> |
Contributor
Author
There was a problem hiding this comment.
aligned with the doc
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
Signed-off-by: Samir Romdhani <samir.romdhani_externe@rte-france.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
Fixes #246
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?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Other information:
Done
WIP TODO