-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Improve safe chunk validation #9527
Merged
max-sixty
merged 18 commits into
pydata:main
from
josephnowak:improve-safe-chunk-validation
Sep 22, 2024
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
85c49d3
fix safe chunks validation
josephnowak 0160d48
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 60a7a3f
fix safe chunks validation
josephnowak 6c41f4b
Update xarray/tests/test_backends.py
josephnowak 5d91250
Merge branch 'main' into fix-safe-chunks-validation
josephnowak 0f14b77
Merge branch 'main' into fix-safe-chunks-validation
josephnowak a2a786b
The validation of the chunks now is able to detect full or partial ch…
josephnowak 604b8e1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a30b1e0
The test_extract_zarr_variable_encoding does not need to use the regi…
josephnowak b2bdc47
Merge remote-tracking branch 'origin/improve-safe-chunk-validation' i…
josephnowak c781042
Inline the code of the allow_partial_chunks and end, document the par…
josephnowak c454cfe
Inline the code of the allow_partial_chunks and end, document the par…
josephnowak cc585d0
Now the mode r+ is able to update the last chunk of Zarr even if it i…
josephnowak 9302036
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0b4b9b1
Now the mode r+ is able to update the last chunk of Zarr even if it i…
josephnowak b2ec698
Merge remote-tracking branch 'origin/improve-safe-chunk-validation' i…
josephnowak ed88fa7
Merge branch 'main' into improve-safe-chunk-validation
josephnowak 23a864a
Add a typehint to the modes to avoid issues with mypy
josephnowak 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 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 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 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 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.
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.
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.
nit: we could do an early return outside this loop