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
Address CI review: fix logit coef expansion, reject string masks
P1 fixes from CI AI review (PR #238):
- solve_logit(): track original column count and expand returned beta
back to p+1 length after effective-sample column dropping. Previously
returned a shortened vector breaking the solver contract.
- subpopulation(): reject string/object masks that would silently coerce
non-empty strings to True, defining the wrong domain.
- REGISTRY.md: add Note entries for estimator-level replicate limitations
(SunAbraham rejection, CS/ContinuousDiD/EfficientDiD bootstrap rejection)
Tests: assert beta length p+1 after zero-weight rank-deficient solve,
assert string mask raises ValueError.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments