Commit 5b45e20
TEST - IMPROVEMENT - Re-pin Delta' diagonal for the two-pass grid
The pinned delta_prime_matrix diagonal in runtests_parallel_integration.jl was
measured on the old auto-mpsi grid. Adopting develop's two-pass measured-curvature
grid moves dpm[1,1] from 6.1887 to 7.7036, which failed the pin and aborted the
whole suite at that include, so the 20 test files after it never ran.
Re-pinned to the new grid's values. Tolerances are unchanged (rtol=1e-1) — only
the reference point moved, because the grid generator did. The full suite now
runs to completion: 54 testsets, no failures.
Also records the underlying problem in docs/src/developer_notes.md: these pins
are single points on a curve that varies ~50% across a psi_accuracy scan, so they
must be re-pinned whenever the grid changes. The note sets out the plateau-based
criterion (scan psi_accuracy x truncation, pin where the result is stationary)
that would make the reference a property of the physics rather than of the
discretization, along with what implementing it requires.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 70c1e7c commit 5b45e20
2 files changed
Lines changed: 43 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
23 | 55 | | |
24 | 56 | | |
25 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
553 | 555 | | |
554 | 556 | | |
555 | 557 | | |
556 | 558 | | |
557 | 559 | | |
558 | | - | |
559 | | - | |
560 | | - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
561 | 563 | | |
562 | 564 | | |
563 | 565 | | |
0 commit comments