You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the write function just checks if a file/folder exists. This can lead to issues, if e.g. a previous write to a zarr folder crashed.
Is there a reliable way to see if all chunks have been 'touched'? And can this be integrated into write, so that incomplete writes would be overwritten by default?
The text was updated successfully, but these errors were encountered:
Currently the write function just checks if a file/folder exists. This can lead to issues, if e.g. a previous write to a zarr folder crashed.
Is there a reliable way to see if all chunks have been 'touched'? And can this be integrated into
write
, so that incomplete writes would be overwritten by default?The text was updated successfully, but these errors were encountered: