Baunsgaard opened a new pull request, #1771: URL: https://github.com/apache/systemds/pull/1771
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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org