mboehm7 commented on pull request #1123:
URL: https://github.com/apache/systemds/pull/1123#issuecomment-743777089


   ad 1) there is a mismatch between what you wanted to do and what your code 
actual did, the comment just pointed that out. The PR did this
   
   `replace(target=ScaleFactor, pattern=NaN, replacement=1e-16);` 
   
   but you **wanted** to do this
   
   `replace(target=ScaleFactor, pattern=0, replacement=1e-16);`
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to