-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
zarr.array
from from an existing zarr.Array
#2622
base: main
Are you sure you want to change the base?
zarr.array
from from an existing zarr.Array
#2622
Conversation
# Conflicts: # tests/test_array.py
Do we also want concurrency for different chunk sizes? |
That would be nice, if the chunk sizes are somewhat compatible, i.e. one is a multiple of the other. |
if you are trying to write |
one question to answer here is what "auto" means for chunks if the user passes in a chunked array, but they want to use We might want to use a separate value that means "copy the chunks this object already has", which is distinct from "generate some chunks using the chunking heuristics". maybe something like |
Good point! I like the idea of distinguishing between |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2622 +/- ##
==========================================
- Coverage 99.98% 90.43% -9.56%
==========================================
Files 38 59 +21
Lines 14718 6531 -8187
==========================================
- Hits 14716 5906 -8810
- Misses 2 625 +623
|
Co-authored-by: Norman Rzepka <[email protected]>
…reation-from-other-zarr
# Conflicts: # src/zarr/core/array.py
now that #2761 is in, could we use |
@d-v-b Currently, in this PR |
|
zarr.Array
#2410added concurrent streaming of source array into new array
TODO: