Commit 1248c44
spillover-tva: address CI codex R2 P3 — pin delta_1 identity in d_bar≥100 grid
CI codex R2 noted the §4 narrative claim that `d_bar in {100, 150,
200}` produces identical estimates covers BOTH `tau_total` AND
`delta_1`, but the exact-identity drift guard
`test_rings_grid_d_bar_100_to_200_identical` only pinned `tau_total`.
`delta_1` was checked via the round-to-1 grid endpoints
(`test_rings_sensitivity_grid_endpoints`), which would still pass if
a future change introduced a small (<0.05) delta_1 drift between the
three d_bar values while keeping the rounded endpoints unchanged.
Adds companion test `test_rings_grid_d_bar_100_to_200_identical_delta_1`
that asserts `delta_1` is bit-equal (atol=1e-10) across d_bar ∈ {100,
150, 200} on the locked panel, mirroring the tau_total identity test.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 00d72e2 commit 1248c44
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
287 | 305 | | |
288 | 306 | | |
289 | 307 | | |
| |||
0 commit comments