-
Notifications
You must be signed in to change notification settings - Fork 42
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
Mb/add degov3 #366
Mb/add degov3 #366
Conversation
* add degov * work in progress (add delays) * add docstring for small_signal_analysis * add simple docs page * add more docs * more changes * add bus_size to DW * add degov * work in progress (add delays) * add docstring for small_signal_analysis * add simple docs page * add more docs * more changes * add bus_size to DW * fix test in base * update Project.toml * Revert "update Project.toml" This reverts commit 376c895. * get delays as a vector * add degov * work in progress (add delays) * add docstring for small_signal_analysis * add simple docs page * add more docs * more changes * add bus_size to DW * work in progress (add delays) * add simple docs page * add more docs * more changes * add bus_size to DW * fix test in base * update Project.toml * Revert "update Project.toml" This reverts commit 376c895. * get delays as a vector * fix jacobian change * scimlbase 2 * remove repeated function
Performance Results
ResidualModel and MassMatrixModel performance results should be compared between versions and not between models due to the execution order of the tests |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #366 +/- ##
==========================================
- Coverage 87.40% 87.37% -0.04%
==========================================
Files 65 65
Lines 8999 9143 +144
==========================================
+ Hits 7866 7989 +123
- Misses 1133 1154 +21
Flags with carried forward coverage won't be shown. Click here to find out more.
|
opened a new PR to resolve test dependency issue |
Co-authored-by: Jose Daniel Lara <[email protected]>
adds DEGOV model and capability of adding time delays to massmatrix formulation.