czbiohub-sf / iohub

Pythonic and parallelizable I/O for N-dimensional imaging data with OME metadata
https://czbiohub-sf.github.io/iohub/
BSD 3-Clause "New" or "Revised" License
29 stars 6 forks source link

TypeError: ImageArray.__init__() got an unexpected keyword argument 'store' #226

Open ieivanov opened 2 months ago

ieivanov commented 2 months ago

I occasionally get this error when using dask to write to iohub arrays. @ziw-liu I'll try to come up with a reproducible example. Let me know if you happen to know what the problem might be.

ziw-liu commented 2 months ago

~I'm not sure, but you might want to check your zarr-python version.~

ziw-liu commented 2 months ago

Oh wait, if you are initializing a iohub.ngff.ImageArray it won't work since the __init__ method only takes one argument.