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
test: address review — type mode params and indexers return; consistent mode collections
- Type the `mode` parameter as the `IndexMode` literal (not `str`) across the
test helpers (`_get`, `_async_get`, `_setitem`, `_eligible`,
`assert_read_matches_numpy`).
- Make `_VECTORIZED_MODES` a tuple like `_INDEX_MODES` (was a `frozenset`) for
consistency; `_INDEX_MODES` must stay an ordered sequence for `sampled_from`.
- `indexers(...)` now returns `tuple[Selection, Selection]` (the real
`zarr.core.indexing.Selection` type) instead of `tuple[Any, Any]`.
Assisted-by: ClaudeCode:claude-opus-4.8
0 commit comments