mboehm7 commented on pull request #1385: URL: https://github.com/apache/systemds/pull/1385#issuecomment-915559306
no, you misunderstood my main comment - we need to compare m vs n (and apparently that's what you wanted to do), but what the code does is to compare m vs (k+1) because you look at rows and columns of the output cbind (variable hi) - simply replace `hi.getDim2()` with `hi.getInput(1).getDim1()` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
