-
Notifications
You must be signed in to change notification settings - Fork 25
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
Assertion Failure in huffman_decoding
#190
Comments
I am in the process of rewriting
If instead
The problem is that the output of
|
In #189 we are investigating how MGARD performs on some very noisy data. When this data is compressed with a tight error tolerance and then decompressed, we get an error in
huffman_decoding
. It seems that an integer overflow is involved.To reproduce, compile the MGARD CLI with debugging flags. Here's how I configured the build:
Build and install, and then run
make
in the attached directory. Here's what I get (linebreaks added):@qliu21, I'm assigning you since you wrote the function, but I can start looking into this and we can talk about it next week.
The text was updated successfully, but these errors were encountered: