Github user gliptak commented on the pull request:

    https://github.com/apache/spark/pull/9263#issuecomment-171512409
  
    ```
    FAIL: test_trainOn_predictOn (pyspark.mllib.tests.StreamingKMeansTest)
    Test that prediction happens on the updated model.
    ----------------------------------------------------------------------
    Traceback (most recent call last):
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 1211, in test_trainOn_predictOn
        self._eventually(condition, catch_assertions=True)
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 129, in _eventually
        raise lastValue
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 120, in _eventually
        lastValue = condition()
      File 
"/home/jenkins/workspace/SparkPullRequestBuilder/python/pyspark/mllib/tests.py",
 line 1208, in condition
        self.assertEqual(predict_results, [[0, 1, 1], [1, 0, 1]])
    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]]
    ?              +++   ^
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to