Uh oh!
There was an error while loading. Please reload this page.
Support remote private storage by consistent use of substore - #442
Support remote private storage by consistent use of substore#442berombau wants to merge 45 commits into
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #442 +/- ##
==========================================
- Coverage 92.53% 92.52% -0.02%
==========================================
Files 43 39 -4 Lines 6003 5270 -733 ==========================================
- Hits 5555 4876 -679 + Misses 448 394 -54
|
writing metadata incrementally
Co-authored-by: Kevin Yamauchi <kevin.yamauchi@gmail.com>
…patialdata into feature/incremental_io
* test read write on disk * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * improved tests for workarounds for incremental io * fixed tests * improved comment --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Luca Marconato <m.lucalmer@gmail.com>
Co-authored-by: Giovanni Palla <25887487+giovp@users.noreply.github.com>
giovp
commented
Apr 23, 2024
for some reason it didn't rebase to main... |
giovp
commented
Jul 1, 2024
hi @berombau seems that there are a lot of conflicts, and still didnt' rebase correctly, not sure what to do but maybe worth to port over the changes to separate PR? |
berombau
commented
Jul 3, 2024
Yeah, I think I switched from merging to rebasing somewhere halfway 😅 I'll try to cherry-pick the changes on a new branch and do a cleaner PR. |
Closes#441, depends on (ome/ome-zarr-py#349)