Commit 2d80e1a
committed
Fix interface tests for StiffInitDt compatibility
wprototype_tests.jl: Compare endpoint solution values instead of requiring
identical time arrays. Different Jacobian computation methods (analytical vs
auto-diff) can produce slightly different adaptive step counts when starting
from StiffInitDt's initial dt, leading to DimensionMismatch on Julia 1.11.
The test's purpose is to verify W-operator prototype correctness, not
identical adaptive stepping.
static_array_tests.jl: Relax DFBDF DAE SArray-vs-Array comparison tolerance
from 2.5e-6 to 1e-5. The DAEProblem initdt path is unchanged, but compilation
changes from new initdt types/methods can shift floating-point rounding
patterns on Julia 1.11, causing slightly larger differences between the
SArray (out-of-place) and Array (in-place) code paths.
Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>1 parent b3ea865 commit 2d80e1a
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
0 commit comments