forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
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
TomNicholas
merged 34 commits into
aladinor:dtree-zarrv3
from
TomNicholas:dtree-zarrv3-2
Mar 19, 2025
Merged
Fixes #1
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a417371
remove funny-looking line and refactor to ensure reading consolidated…
TomNicholas 8756919
parametrize over whether or not we write consolidated metadata
TomNicholas b85d70d
fix consolidated metadata
TomNicholas f1cc331
ian hcanges
ianhi 296ed03
open_datatree_specific_group consolidated true works
ianhi 4da72ae
test: add consolidated parametrize to zarr datatree test
ianhi 5f7c6b9
fix: group finding behavior consolidated
ianhi 5dc7df7
Merge remote-tracking branch 'ianhi/aladinor/ian/updates' into dtree_…
TomNicholas 9823d64
remove more debugging print statements
TomNicholas 980ebb4
Merge branch 'dtree-zarrv3' into dtree-zarrv3-2
TomNicholas 30f5bba
revert changes to test fixture
TomNicholas 4d1fdb5
formatting
TomNicholas ecef578
add decorator to parametrize over zarr formats
TomNicholas c2a1f5f
ensure both versions of zarr-python and both versions of zarr-python …
TomNicholas cde6b65
change datatree fixture to not produce values that would be fill_valu…
TomNicholas 09fad6e
refactor test to make expected behaviour clearer
TomNicholas 77575b5
fix wrongly expected behaviour - should not expect inherited variable…
TomNicholas 0a9f874
make arrays no longer scalars to dodge https://github.com/pydata/xarr…
TomNicholas 565938b
Merge branch 'dtree-zarrv3-2' of https://github.com/TomNicholas/xarra…
TomNicholas daf0f42
fix bad merge
TomNicholas 84bde40
parametrize almost every test over zarr_format
TomNicholas 04d937c
parametrize encoding test over zarr_formats
TomNicholas 765c5f0
use xfail in encoding test
TomNicholas 7eee31c
updated expected behaviour of zarr on-disk in light of https://github…
TomNicholas 0969422
fully revert change to simple_datatree test fixture by considered zar…
TomNicholas cacf419
parametrize unaligned_zarr test fixture over zarr_format
TomNicholas 1a60ebe
move parametrize_over_zarr_format decorator to apply to entire test c…
TomNicholas d98abe3
for now explicitly consolidate metadata in test fixture
TomNicholas 2dcefe4
correct bug in writing of consolidated metadata
TomNicholas a88e503
delete commented-out lines
TomNicholas 22ac9b4
merges from main
TomNicholas 69dc976
Revert "merges from main"
TomNicholas 6e3e2aa
fix encodings test for zarr_format=3
TomNicholas 6ce9578
tidy up
TomNicholas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
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.
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)