Skip to content

Commit af11210

Browse files
Bump DiffEqBase to v6.177 to test convergence fix
This tests if the partial revert in DiffEqBase PR #1203 fixes the convergence failures in AlgConvergence_III tests that appeared after DiffEqBase PR #1188. The DiffEqBase fix changes promote_f for SplitFunction to use copy instead of returning unchanged, ensuring proper cache initialization while preserving LazyBufferCache type.
1 parent 57f18b6 commit af11210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ FastPower = "1.1"
8585
Logging = "1.10"
8686
Mooncake = "0.4"
8787
AllocCheck = "0.2"
88-
DiffEqBase = "6.176"
88+
DiffEqBase = "6.177"
8989
FillArrays = "1.13"
9090
Adapt = "4.3"
9191
Reexport = "1.2"

0 commit comments

Comments
 (0)