-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for upsample. Unfortunately this implementation seems to accumulate memory as a result of repeated querying. See this memory plot while randomly reading 1000 small (100x100x100) cubes ![upscale_mem](https://github.com/user-attachments/assets/27fb6137-0a78-426e-b682-26f82e4fa2d6) Its a fairly direct usage of the `dask` `map_overlap` function so I am guessing there is a way to avoid any caching, I just haven't found it yet
- Loading branch information
Showing
1 changed file
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters