Github user jkbradley commented on a diff in the pull request:
https://github.com/apache/spark/pull/6906#discussion_r34198404
--- Diff:
mllib/src/test/scala/org/apache/spark/mllib/clustering/GaussianMixtureSuite.scala
---
@@ -148,6 +148,30 @@ class GaussianMixtureSuite extends SparkFunSuite with
MLlibTestSparkContext {
}
}
+ test("model prediction, parallel and local") {
+
--- End diff --
scala style: Please eliminate all of these extra newlines and only use
newlines for logical divides. See other tests for examples.
Please review
[https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide]
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]