Skip to content

Fixes #1

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

Merged
merged 34 commits into from
Mar 19, 2025
Merged

Fixes #1

merged 34 commits into from
Mar 19, 2025

Conversation

TomNicholas
Copy link
Collaborator

I couldn't work out how to get the permissions right so I've just opened this against your PR branch @aladinor. I plan to make some more changes tomorrow.

@TomNicholas TomNicholas changed the base branch from main to dtree-zarrv3 March 17, 2025 23:46
@@ -1047,7 +1047,7 @@ def store(
kwargs = {}
if _zarr_v3():
# https://github.com/zarr-developers/zarr-python/pull/2113#issuecomment-2386718323
kwargs["path"] = self.zarr_group.name.lstrip("/")
Copy link
Collaborator Author

@TomNicholas TomNicholas Mar 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @TomAugspurger @jhamman and I are 95% sure that this line was unnecessary and a bug. It was causing consolidated metadata to not be written at the store root each time, and now that we changed it, it fixed various buggy behaviour we were seeing.

relevant to zarr-developers/zarr-python#2113 (comment)

@TomNicholas TomNicholas merged commit 94f0ddc into aladinor:dtree-zarrv3 Mar 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants