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
fix: suppress ty 0.0.27 type errors and move prior_count after as_pandas
- _math.py: update prange type: ignore to bare form (ty 0.0.27 changed
error code from attr-defined to not-iterable for nb.prange)
- __init__.py: update adata.X subscript type: ignore to bare form (ty
0.0.27 stricter on ZappyArray subscripting); move prior_count param
after as_pandas to preserve positional backward compatibility
- test_pdex.py: add isinstance narrowing before DataFrame.equals() call
to satisfy ty's union type check
- CLAUDE.md: update signature to match new param order
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments