bcdev / zappend

Robustly creating and updating Zarr data cubes from smaller subsets
https://bcdev.github.io/zappend/
MIT License
40 stars 1 forks source link

Fixed rollback #70

Closed forman closed 8 months ago

forman commented 8 months ago

Fixed rollback for situations where writing to Zarr fails shortly after the Zarr directory has been created.

Closes #69

Checklist (strike out non-applicable):

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.85%. Comparing base (b75706a) to head (9b5bfa7).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #70 +/- ## ======================================= Coverage 99.85% 99.85% ======================================= Files 26 26 Lines 1371 1372 +1 ======================================= + Hits 1369 1370 +1 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

forman commented 8 months ago

Thanks @thomasstorm!