Merged
Conversation
Closed
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #802 +/- ##
==========================================
+ Coverage 89.08% 98.68% +9.60%
==========================================
Files 64 64
Lines 2574 2595 +21
==========================================
+ Hits 2293 2561 +268
+ Misses 281 34 -247
🚀 New features to boost your workflow:
|
jhamman
reviewed
Nov 20, 2025
jhamman
reviewed
Nov 20, 2025
jhamman
approved these changes
Nov 21, 2025
Member
|
Thanks both for sorting out this solution. |
Contributor
Author
|
thank you @maxrjones and @jhamman! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR partially reverts the changes in #792 by allowing either the old crc32c package or the google crc32c package to be used for the crc32c checksum. This will fix issues in zarr-python related to a missing crc32c import.