Commit ebf91fe
Add Float64 convergence tests for DPRKN methods
Add regression tests to ensure CompiledFloats coefficients match the expected
convergence order for DPRKN4, DPRKN5, DPRKN6, DPRKN6FM, and DPRKN8.
These tests specifically target the Float64 code path (CompiledFloats) which
was the source of the DPRKN5 bug fixed in this PR. The existing BigFloat tests
only exercise the rational coefficient path.
Note: DPRKN12 is too accurate for Float64 testing (hits machine precision even
at dt=1.0), so it's only tested with BigFloat.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2df85c3 commit ebf91fe
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
50 | 80 | | |
51 | 81 | | |
52 | 82 | | |
| |||
0 commit comments