Lists differ: [[0, 1, 1], [0, 0, 0]] != [[0, 1, 1], [1, 0, 1]] First differing element 1: [0, 0, 0] [1, 0, 1] - [[0, 1, 1], [0, 0, 0]] ? ^^^^ + [[0, 1, 1], [1, 0, 1]] ? +++ ^
Traceback (most recent call last):
File "/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.6/python/pyspark/mllib/tests.py", line 1222, in test_trainOn_predictOn
self._eventually(condition, catch_assertions=True)
File "/home/jenkins/workspace/spark-master-test-sbt-hadoop-2.6/python/pyspark/mllib/tests.py", line 131, in _eventually
raise lastValue
AssertionError: Lists differ: [[0, 1, 1], [0, 0, 0]] != [[0, 1, 1], [1, 0, 1]]
First differing element 1:
[0, 0, 0]
[1, 0, 1]
- [[0, 1, 1], [0, 0, 0]]
? ^^^^
+ [[0, 1, 1], [1, 0, 1]]
? +++ ^