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
Assert dense fallback SEs remain usable in TwoStage sparse->dense tests
AI review on PR #319 flagged that my new TwoStage warning tests only
verify that the UserWarning fires but not that the dense fallback still
produces finite, usable SEs. A future control-flow regression could
keep the warning while breaking the degraded path.
Mirror the assertion shape used in the pre-existing ImputationDiD
test_sparse_solver_dense_fallback: after the warned .fit(), assert
overall_se is finite and > 0 for both the GMM sandwich and bootstrap
paths.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments