snapshots: refresh with populated ci_95 in fixture
- SHA
0decc771ae02fda52e5843cb741881d73f399ebc- Parents
-
5e625cb - Tree
285bb16
0decc77
0decc771ae02fda52e5843cb741881d73f399ebc5e625cb
285bb16| Status | File | + | - |
|---|---|---|---|
| M |
tests/snapshots/report.json
|
4 | 1 |
| M |
tests/snapshots/report.md
|
1 | 1 |
tests/snapshots/report.jsonmodified@@ -20,7 +20,10 @@ | ||
| 20 | 20 | "probes": [ |
| 21 | 21 | { |
| 22 | 22 | "base_value": null, |
| 23 | - "ci_95": null, | |
| 23 | + "ci_95": [ | |
| 24 | + 0.412, | |
| 25 | + 0.497 | |
| 26 | + ], | |
| 24 | 27 | "duration_s": 0.123, |
| 25 | 28 | "evidence": { |
| 26 | 29 | "divergence_kind": "js", |
tests/snapshots/report.mdmodified@@ -20,7 +20,7 @@ | ||
| 20 | 20 | |
| 21 | 21 | | name | kind | verdict | score | raw | ci95 | z | duration | note | |
| 22 | 22 | |---|---|---|---:|---:|---:|---:|---:|---| |
| 23 | -| dk | `delta_kl` | pass | 0.87 | 0.456 | — | +5.12σ | 0.12s | mean js=0.4560, z=+5.12σ vs null | | |
| 23 | +| dk | `delta_kl` | pass | 0.87 | 0.456 | [0.412, 0.497] | +5.12σ | 0.12s | mean js=0.4560, z=+5.12σ vs null | | |
| 24 | 24 | | sis | `section_internalization` | fail | 0.30 | 0.012 | — | +0.50σ | 0.46s | 1/4 sections cleared effective_sis≥0.05 | |
| 25 | 25 | | lk | `leakage` | skip | — | — | — | — | 0.00s | no PROSE sections to test for leakage | |
| 26 | 26 | | ablation | `adapter_ablation` | error | — | — | — | — | 0.00s | backend does not implement ScalableDifferentialBackend | |