-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Incorrect roundtrip for [blosc2.Filter.BITSHUFFLE, blosc2.Filter.BYTEDELTA]
#528
Comments
Repro in C:
|
This was referenced Jul 1, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When invoked from python with a random uint16 array with max value of 118, the roundtrip for bitshuffle + bytedelta is incorrect, even though they are correct on their own.
To Reproduce
Expected behavior
(nothing printed)
Logs
Error: arrays are not equal with [<Filter.BITSHUFFLE: 2>, <Filter.BYTEDELTA: 34>]
System information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: