tenseleyflow/sway / 0decc77

Browse files

snapshots: refresh with populated ci_95 in fixture

Authored by espadonne
SHA
0decc771ae02fda52e5843cb741881d73f399ebc
Parents
5e625cb
Tree
285bb16

2 changed files

StatusFile+-
M tests/snapshots/report.json 4 1
M tests/snapshots/report.md 1 1
tests/snapshots/report.jsonmodified
@@ -20,7 +20,10 @@
2020
   "probes": [
2121
     {
2222
       "base_value": null,
23
-      "ci_95": null,
23
+      "ci_95": [
24
+        0.412,
25
+        0.497
26
+      ],
2427
       "duration_s": 0.123,
2528
       "evidence": {
2629
         "divergence_kind": "js",
tests/snapshots/report.mdmodified
@@ -20,7 +20,7 @@
2020
 
2121
 | name | kind | verdict | score | raw | ci95 | z | duration | note |
2222
 |---|---|---|---:|---:|---:|---:|---:|---|
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 |
2424
 | sis | `section_internalization` | fail | 0.30 | 0.012 | — | +0.50σ | 0.46s | 1/4 sections cleared effective_sis≥0.05 |
2525
 | lk | `leakage` | skip | — | — | — | — | 0.00s | no PROSE sections to test for leakage |
2626
 | ablation | `adapter_ablation` | error | — | — | — | — | 0.00s | backend does not implement ScalableDifferentialBackend |