Commit 785c65f
committed
PR #454 R2 polish: align prose, soften CHANGELOG R-parity claim
R2 verdict was ✅ Looks good with three P3 informational items. Closes
all three:
1. Prose alignment: high-level summary text in `REGISTRY.md`,
`METHODOLOGY_REVIEW.md`, and the test module docstring/class
docstring used the old positive-only `0 < first_treat <= min(time)`
condition for the always-treated remap, while the implementation and
the detailed registry note already use ordered-time logic excluding
the `{0, np.inf}` sentinels. Aligned the summary wording across all
four surfaces (REGISTRY.md:2609, METHODOLOGY_REVIEW.md:923 +
Corrections Made entry, test_methodology_bacon.py header + class
docstring) to match the detailed-note phrasing.
2. CHANGELOG R-parity claim: the Changed entry still said the new
default is "matching R `bacondecomp::bacon()`" while the methodology
review, registry, TODO, and parity tests all show direct R parity is
pending until the goldens land. Softened to "intended to match"
with the validation state spelled out (hand-calc + TWFE-vs-weighted-
sum identity at atol=1e-10; direct R bit parity pending).
3. R parity goldens TODO row: non-blocking, already tracked in TODO.md;
no action required this PR.
Tests: 61 pass in test_methodology_bacon.py + test_bacon.py (same as
post-R1), 3 skipped (R parity).1 parent c88667e commit 785c65f
4 files changed
Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
| 923 | + | |
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| |||
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
941 | | - | |
| 941 | + | |
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2606 | 2606 | | |
2607 | 2607 | | |
2608 | 2608 | | |
2609 | | - | |
| 2609 | + | |
2610 | 2610 | | |
2611 | 2611 | | |
2612 | 2612 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
488 | 489 | | |
489 | 490 | | |
490 | 491 | | |
491 | | - | |
492 | | - | |
493 | | - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
494 | 498 | | |
495 | 499 | | |
496 | 500 | | |
| |||
0 commit comments