You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R7 was ✅ Looks good — only 1 P3 docstring nit.
The trends_lin parameter docstrings on joint_pretrends_test and
joint_homogeneity_test only documented the "base_period - 1 must
exist in panel" requirement, but the actual public contract is
stricter: direct callers must also pass `base_period == F-1` (the
last validated pre-period). The PR #392 R3 P1 guard enforces this
in code; the docstring just understated it.
Updated both docstrings to state explicitly that base_period must
be the canonical F-1 anchor, not just any pre-period — and that
non-terminal anchors raise ValueError per Eq 17 / R semantics.
Stats: 540 tests pass, 0 regressions. Doc-only.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments