-
Notifications
You must be signed in to change notification settings - Fork 2
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
Limit recursion in GroupSpec.from_zarr #2
Comments
Does this express the semantics of nullability here?
|
Yes, that's the intention; if None, it needs populating, if empty, it's empty. |
this will be addressed by #25 |
closed by #25 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Other than cases of symlink-derived infinite recursion, there might be times where you want to get the GroupSpec for the upper levels of a zarr hierarchy without downloading and parsing every metadata document. I'd envision it something like
The text was updated successfully, but these errors were encountered: