Commit bbe584f
Fix test_nan_inference for pure Python mode
Expand minimal test dataset from 4 to 6 observations (3 units × 2
periods) to avoid saturated model (n=k=4) which causes division by
zero in cluster-robust VCV adjustment. The Rust backend handles this
gracefully but pure Python's (n-1)/(n-k) term requires n > k.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 2026f57 commit bbe584f
1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
620 | | - | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
621 | 623 | | |
622 | 624 | | |
623 | | - | |
624 | | - | |
625 | | - | |
626 | | - | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
627 | 629 | | |
628 | 630 | | |
629 | 631 | | |
| |||
0 commit comments