Hi All,
I am currently working on SPARK-23166
<https://issues.apache.org/jira/browse/SPARK-23166> , but after running
"./dev/run-tests", the Python unit tests (supposedly unrelated to my change)
are failing for the following reason:
===================================================================================
File "/home/yacine/spark/python/pyspark/ml/linalg/__init__.py", line 895, in
__main__.DenseMatrix.__str__
Failed example:
print(dm)
Expected:
DenseMatrix([[ 0., 2.],
[ 1., 3.]])
Got:
DenseMatrix([[0., 2.],
[1., 3.]])
===================================================================================
Notice that the missing space in the output is causing the failure.
Any hints what is causing this? Are there any specific version of Python
and/or other libraries I should be using?
Thanks.
--
Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/
---------------------------------------------------------------------
To unsubscribe e-mail: [email protected]