Skip to content

Try to fix ExtendedJumpArray mul! failure from LinearSolve changes #560

Merged
isaacsas merged 3 commits intomasterfrom
test_master
Mar 1, 2026
Merged

Try to fix ExtendedJumpArray mul! failure from LinearSolve changes #560
isaacsas merged 3 commits intomasterfrom
test_master

Conversation

@isaacsas
Copy link
Copy Markdown
Member

@isaacsas isaacsas commented Mar 1, 2026

No description provided.

isaacsas and others added 2 commits March 1, 2026 12:10
LinearSolve v3.62.0 added _check_residual_safety which calls mul! with a
full-state matrix (sized for the entire ExtendedJumpArray) rather than just
the ODE state portion. Handle both cases by checking the first dimension of
A against c.u and the full array length, with a DimensionMismatch error for
unexpected sizes.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@isaacsas isaacsas changed the title [DO NOT MERGE] test master Try to fix ExtendedJumpArray mul! failurer from LinearSolve changes Mar 1, 2026
This reverts commit a3dc699.
@isaacsas isaacsas changed the title Try to fix ExtendedJumpArray mul! failurer from LinearSolve changes Try to fix ExtendedJumpArray mul! failure from LinearSolve changes Mar 1, 2026
@isaacsas isaacsas merged commit 3d4c13d into master Mar 1, 2026
12 of 13 checks passed
@isaacsas isaacsas deleted the test_master branch March 1, 2026 19:34
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.

1 participant