Skip to content
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

[SYSTEMDS-3489] CLA Compress NaN #1771

Closed
wants to merge 4 commits into from

Conversation

Baunsgaard
Copy link
Contributor

@Baunsgaard Baunsgaard commented Jan 23, 2023

Currently, the compression framework does not allow one to compress a MatrixBlock containing NaN values. While the allocated compression block does not support operations on matrices containing NaN it does not mean we cannot compress it still.

This commit compress a MatrixBlock containing NaN values, and in the process of compressing replacing all NaN values with 0 and write a warning in case a NaN is discovered.

Currently, the compression framework does not allow one to compress a
MatrixBlock containing NaN values. While the allocated compression block
does not support operations on matrices containing NaN it does not
mean we cannot compress it still.

This commitcompress a MatrixBlock containing NaN values, and in the
process of compressing replacing all NaN values with 0 and write a
warning in case a NaN is discovered.
@Baunsgaard Baunsgaard deleted the nullInCompress branch January 24, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant