Skip to content
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

Fixes a bug when calling Jacobian for a system with delays #382

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

m-bossart
Copy link
Collaborator

Added a test for getting the Jacobian with sparse_retrive_loop >0 which would have hit this bug.

Can use this system when ready instead of manually building the system: NREL-Sienna/PowerSystemCaseBuilder.jl#99

Copy link
Contributor

Performance Results

Version Precompile Time
Main 1.782403514
This Branch 1.839369475
Version Run Time
Main-Build ResidualModel 7.075743169
Main-Execute ResidualModel 15.73975068
Main-Build MassMatrixModel 0.555546667
Main-Execute MassMatrixModel 29.41714623
This Branch-Build ResidualModel 7.084980049
This Branch-Execute ResidualModel 15.370334084
This Branch-Build MassMatrixModel 0.552499739
This Branch-Execute MassMatrixModel 29.367739027

ResidualModel and MassMatrixModel performance results should be compared between versions and not between models due to the execution order of the tests

@jd-lara jd-lara self-requested a review July 2, 2024 15:23
@jd-lara jd-lara merged commit 3e1fe3e into main Jul 2, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants