Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid instantiating entire dataset by getting the nbytes in an array
Using `.data` accidentally tries to load the whole lazy arrays into memory. Sad.
- Loading branch information