Commit fb087c7
docs: reframe TODO L160 won't-fix on bit-identity, not test pins (codex P2/P3)
Address the AI review on PR #517:
- P2: the prior wording claimed both drifts "exceed the tightest pins" and
cited test_linalg_hc2_bm.py atol=1e-14 / test_methodology_wls_cr2.py
"bit-equal 1e-14". That misstated the evidence: 6.4e-15 < 1e-14; the
wls_cr2 regression-safety assert is atol=1e-12 (1e-14 is only a comment);
and the 1e-14 asserts in test_linalg_hc2_bm.py are HC1 default-vs-explicit
dispatch-equality sentinels, not the HC2/HC2-BM reuse path. Reframe on the
real blocker — strict bit-identity (no SE may move) — and note both drifts
sit BELOW the affected goldens' 1e-12/1e-10 tolerances, so a broad reuse
would silently shift SEs without tripping the suite (which is exactly what
the bit-identity bar prevents).
- P3: move "Won't-fix" out of the Priority column (back to Low) and keep the
status in the issue text, per the TODO.md table schema.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 59a01a2 commit fb087c7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
0 commit comments