nirvanjhurreepriv commented on PR #2524: URL: https://github.com/apache/systemds/pull/2524#issuecomment-5061245885
Hi @ywcb00 just fixed an error: the test dimensions to 60x20 I passed (rows, cols) to createRandomMatrix, which takes (width, height), so the generated matrix came out 20x60 while the metadata declared 60x20. It only showed up now because the old 5x5 parameters had rows equal to cols. Could you approve the run when you get a chance? -- 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]
