-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update WSCC_9bus_mult examples and implement splitting examples in DP and EMT #322
Merged
Conversation
This file contains 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
pipeacosta
requested review from
m-mirz,
stv0g,
gnakti,
leonardocarreras and
dinkelbachjan
as code owners
October 21, 2024 08:32
gnakti
requested changes
Oct 29, 2024
pipeacosta
force-pushed
the
decoupling-line-cosim
branch
from
November 7, 2024 10:30
1e5e002
to
4980c88
Compare
gnakti
approved these changes
Nov 7, 2024
I would like to use the |
Signed-off-by: pipeacosta <[email protected]>
with Notebook WSCC_9bus_parallel.ipynb. Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
Signed-off-by: pipeacosta <[email protected]>
m-mirz
force-pushed
the
decoupling-line-cosim
branch
from
November 16, 2024 09:52
4980c88
to
7f04b31
Compare
Quality Gate passedIssues Measures |
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.
Currently, the examples
WSCC_9bus_mult_coupled.cpp
andWSCC_9bus_mult_decoupled.cpp
don't work when thecopies
option is greater than zero, due toclone()
methods missing in some components. Additionally, theWSCC_9bus_parallel.ipynb
Notebook must be fixed because it does not find the CIM files of the scenario. Finally, we want to implement a similar Noteboook, based on the python script decoupling_9bus_existing.py for testing the process for splitting the WSCC 9 bus system using a decoupling line in both the DP and the EMT domains.