Commit c8ab3db
fix: resolve mypy type errors in imputation and mimic_iii
- Assert time_col is not None in _fill_with_gap_mask to narrow str|None
- Annotate read_kwargs as dict[str, object] to satisfy type-arg check
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 38099cb commit c8ab3db
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | 216 | | |
| |||
0 commit comments