-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support remote private storage by consistent use of substore #442
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 <[email protected]>
…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 <[email protected]>
Co-authored-by: Giovanni Palla <[email protected]>
for some reason it didn't rebase to main... |
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? |
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)