srowen commented on a change in pull request #25475:
[SPARK-28736][SPARK-28735][PYTHON][ML][TESTS] Fix PySpark ML tests to pass in
JDK 11
URL: https://github.com/apache/spark/pull/25475#discussion_r314782842
##########
File path: python/pyspark/mllib/clustering.py
##########
@@ -383,11 +383,11 @@ class GaussianMixtureModel(JavaModelWrapper,
JavaSaveable, JavaLoader):
>>> model.predict([-0.1,-0.05])
0
>>> softPredicted = model.predictSoft([-0.1,-0.05])
Review comment:
Also probably OK for the same reason. The test was too specific.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]