Commit 4ca547e
committed
test(helix): MANTISSA-FILL gate strict (Codex P2 on #485)
Codex caught the wording-vs-code mismatch: PR body + EPIPHANIES say
golden 'beats' every seed, but the asserts used >=/<= so a tie would
pass while being reported as a win. Tightening to strict > and <
matches the prose. The measured numbers (k=256: 192 vs 141-150,
3 vs 5-6; k=1024: 208 vs 205-206, 7 vs 11) strictly satisfy the
strict form, so the receipt is unchanged.
A future regression that merely ties would now correctly RED the
probe. Inline comment cites the Codex review + EPIPHANIES for the
audit trail.
https://claude.ai/code/session_01PBTGaPCSnnt6u3pjXpbLwY1 parent a32cb17 commit 4ca547e
1 file changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
133 | 140 | | |
134 | | - | |
135 | | - | |
136 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
137 | 144 | | |
138 | 145 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
142 | 149 | | |
143 | 150 | | |
144 | 151 | | |
| |||
0 commit comments