jni / zarpaint

Paint segmentations directly to on-disk/remote zarr arrays
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Add warning at import time if tensorstore is missing #46

Closed jni closed 10 months ago

jni commented 10 months ago

Since #44 tensorstore is not required. However, anecdotally I've observed that performance when painting to a zarr array is much faster when wrapped in tensorstore. Therefore, there should probably be a warning at import time if tensorstore is missing that it should be installed for better performance.

jni commented 10 months ago

Closed by #49