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
We have a beautiful piece of code that enables us allocating off-core arrays either with numpy.memmap or using zarr-backed arrays, however, I found it pity that we are not exposing the choice on this in our interfaces to our users. We can address this situtation in it level API I believe, after further confirmation I will make a PR to address this.
The text was updated successfully, but these errors were encountered:
We have a beautiful piece of code that enables us allocating off-core arrays either with numpy.memmap or using zarr-backed arrays, however, I found it pity that we are not exposing the choice on this in our interfaces to our users. We can address this situtation in
it
level API I believe, after further confirmation I will make a PR to address this.The text was updated successfully, but these errors were encountered: