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
Ensure that chunks is tuple of ints upon array creation (#1470)
* Add failing test for creating group with float chunks
* Fix flake8 errors
* Cast chunks to tuple[int, ...] before returning
* Use decorator to cast to int tuple
* Fix mypy type issues
* Fix black formatting
* Add docstring to _as_int_tuple
* Document changes in docs/release.rst
* Revert to casting to tuple of ints inside normalize_chunks
After discussion in #1470, this was selected as the best option
0 commit comments