-
-
Notifications
You must be signed in to change notification settings - Fork 335
Feature/store list methods async generators #1782
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
Feature/store list methods async generators #1782
Conversation
…and add some docstrings, and remove redundant def
…ocalStore.get_partial_values to properly handle the byte_range parameter of LocalStore.get.
Hello @jhamman! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2024-04-19 03:22:52 UTC |
src/zarr/v3/group.py
Outdated
|
||
async with aitercontext(children) as safe_children: | ||
async for child in safe_children: | ||
yield child |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@d-v-b - take a look here.
…(name, AsyncArray / AsyncGroup) pairs; Group.members repackages these into a dict.
…and add some docstrings, and remove redundant def
…ocalStore.get_partial_values to properly handle the byte_range parameter of LocalStore.get.
… any member of a set); comment out / avoid tests that cannot pass right now; don't consider implicit groups for v2; check if prefix is present in storage before opening for Group.getitem
…ailing tests into subtests
…keys returns None; correctly create intermediate directories when preparing test data in test_local_store_get_partial
…es if zarr_format is not 3), and xfail the tests that will hit this condition. add tests for create_group, create_array, and update_attributes methods of asyncgroup.
94b00c7
to
7dff5e5
Compare
…ature/store-list-methods-async-generators
closing in favor of d-v-b#110 |
Putting this PR up for discussion at tomorrow's refactor meeting.
on top of #1743
cc @d-v-b
TODO: