WIP fix test on missing unique_timestamps#399
Merged
Conversation
jd-lara
reviewed
Apr 23, 2025
Co-authored-by: Jose Daniel Lara <jdlara@berkeley.edu>
Contributor
Author
|
The other |
a2d796b
into
Sienna-Platform:rh/bump_to_psy4
4 of 5 checks passed
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## rh/bump_to_psy4 #399 +/- ##
==================================================
Coverage ? 86.99%
==================================================
Files ? 65
Lines ? 9968
Branches ? 0
==================================================
Hits ? 8672
Misses ? 1296
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
jd-lara
added a commit
that referenced
this pull request
Jul 9, 2025
* add unique timestamp to missing methods * Add ST8C, DEGOV1 and TGSimple models. Also, remove Windows PR Testing temporarily (#390) * add st8c model * add initialization routine * add test data * add ST8C field voltage post processing * add test 60 * remove windows from test temporarily * also remove windows test in PR testing temporarily * formatter * update test names * add tgsimple model * add test 62 tgsimple * update test 62 typos * add degov1 model * add degov1 test * fix typo * update uniquestamps methods * add doi to the arxiv in README.md (#397) * WIP fix test on missing `unique_timestamps` (#399) * fix missing unique_timestamps * explicit missing state * add default true Co-authored-by: Jose Daniel Lara <jdlara@berkeley.edu> * _mechanical_torque unique_timestamps default to true --------- Co-authored-by: Muhammad Yasirroni <yasirroni@users.noreply.github.com> Co-authored-by: Jose Daniel Lara <jdlara@berkeley.edu> Co-authored-by: Rodrigo Henríquez-Auba <rodrigomha@gmail.com> * add default unique timestamp * LOG_FILENAME -> SIMULATION_LOG_FILENAME (#395) * Update compat to PowerFlows.jl v0.9.0 (#400) * fix missing unique_timestamps * explicit missing state * add default true Co-authored-by: Jose Daniel Lara <jdlara@berkeley.edu> * _mechanical_torque unique_timestamps default to true * fix missing bus_count on _check_residual * support PowerFlows 0.9 * fix using solve_powerflow instead of _newton_powerflow * add back PowerNetworkMatrices = "^0.12.1" * use TrustRegionACPowerFlow for now * typo use PF for TrustRegionACPowerFlow --------- Co-authored-by: Muhammad Yasirroni <yasirroni@users.noreply.github.com> Co-authored-by: Jose Daniel Lara <jdlara@berkeley.edu> Co-authored-by: Rodrigo Henríquez-Auba <rodrigomha@gmail.com> * add avr docs * add turbine governor docs --------- Co-authored-by: Muhammad Yasirroni <48709672+yasirroni@users.noreply.github.com> Co-authored-by: Muhammad Yasirroni <yasirroni@users.noreply.github.com> Co-authored-by: Jose Daniel Lara <jdlara@berkeley.edu> Co-authored-by: Robert Parker <Robbybp@users.noreply.github.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.
Partly solve #398