funkelab / daisy

Block-wise task scheduling for large nD volumes.
MIT License
26 stars 17 forks source link

Why force the size of chunks to be smaller than 256 #30

Closed weihuang527 closed 6 months ago

weihuang527 commented 3 years ago

In line 182 of datasets.py, 'chunk_size' is obtained by 'get_chunk_size ' which controls the 'chunk_size' to be smaller than 256. 256 is not an adjustable parameter. I suggest changing it to an adjustable parameter so that the user can obtain the size of chunks they like.

pattonw commented 6 months ago

This has been moved to funlib.persistence