HyukjinKwon commented on PR #37002:
URL: https://github.com/apache/spark/pull/37002#issuecomment-1175625302

   @zhengruifeng seems like there's one test flaky presumably after this:
   
   ```
   
   File "/__w/spark/spark/python/pyspark/mllib/linalg/distributed.py", line 
859, in __main__.IndexedRowMatrix.computeSVD
   Failed example:
       svd_model.V # doctest: +ELLIPSIS
   Expected:
       DenseMatrix(3, 2, [-0.4082, -0.8165, -0.4082, 0.8944, -0.4472, 0.0], 0)
   Got:
       DenseMatrix(3, 2, [-0.4082, -0.8165, -0.4082, 0.8944, -0.4472, -0.0], 0)
   **********************************************************************
   File "/__w/spark/spark/python/pyspark/mllib/linalg/distributed.py", line 
426, in __main__.RowMatrix.computeSVD
   Failed example:
       svd_model.V # doctest: +ELLIPSIS
   Expected:
       DenseMatrix(3, 2, [-0.4082, -0.8165, -0.4082, 0.8944, -0.4472, 0.0], 0)
   Got:
       DenseMatrix(3, 2, [-0.4082, -0.8165, -0.4082, 0.8944, -0.4472, -0.0], 0)
   **********************************************************************
      1 of   6 in __main__.IndexedRowMatrix.computeSVD
      1 of   6 in __main__.RowMatrix.computeSVD
   ***Test Failed*** 2 failures.
   Had test failures in pyspark.mllib.linalg.distributed with python3.9; see 
logs.
   ```
   
   Mind taking a look please?


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to