-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add 2t line physical model #1205
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1205 +/- ##
==========================================
- Coverage 84.37% 84.34% -0.03%
==========================================
Files 181 182 +1
Lines 8382 8430 +48
==========================================
+ Hits 7072 7110 +38
- Misses 1310 1320 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@jd-lara this is ready for review |
#! format: off | ||
|
||
""" | ||
mutable struct TwoTerminalHVDCDetailedLine <: ACBranch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not re-use the VSC existing structure?
@@ -35,6 +35,7 @@ export MonitoredLine | |||
export DCBranch | |||
export TwoTerminalHVDCLine | |||
export TwoTerminalVSCDCLine |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a comment that this will be dropped in PSY 5.0 please.
No description provided.