Commit b26eeaa
Preserve df=0 sentinel on DoseResponseCurve for NaN serialization
Pass _survey_df directly (including the 0 sentinel) to DoseResponseCurve
so that to_dataframe() also produces NaN inference for rank-deficient
replicate designs. Previously converted 0→None which caused
to_dataframe() to fall back to z-distribution with finite t_stat/p_value.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d0aefae commit b26eeaa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| |||
695 | 695 | | |
696 | 696 | | |
697 | 697 | | |
698 | | - | |
| 698 | + | |
699 | 699 | | |
700 | 700 | | |
701 | 701 | | |
| |||
0 commit comments