Open annehaley opened 1 month ago
Setting values in multiple processes doesn't appear in the final result. That is, I think only the last process to write the zarr sets values. _Originally posted by @manthey in https://github.com/girder/large_image/issues/1625#issuecomment-2426686133_
Setting values in multiple processes doesn't appear in the final result. That is, I think only the last process to write the zarr sets values.
_Originally posted by @manthey in https://github.com/girder/large_image/issues/1625#issuecomment-2426686133_
To resolve this issue, we likely need to update the metadata upon every call to addTile, rather than only upon write. Resolving this issue should include writing a new test case for this behavior.
addTile
write
To resolve this issue, we likely need to update the metadata upon every call to
addTile
, rather than only uponwrite
. Resolving this issue should include writing a new test case for this behavior.