Skip to content

Commit b4a5b6f

Browse files
author
Wayne Zhang
committed
update test
1 parent a86fbde commit b4a5b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mllib/src/test/scala/org/apache/spark/ml/feature/BucketizerSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class BucketizerSuite extends SparkFunSuite with MLlibTestSparkContext with Defa
166166
testDefaultReadWrite(t)
167167
}
168168

169-
test("Bucket non-double features") {
169+
test("Bucket non-double numeric features") {
170170
val splits = Array(-3.0, 0.0, 3.0)
171171
val data = Array(-2.0, -1.0, 0.0, 1.0, 2.0)
172172
val expectedBuckets = Array(0.0, 0.0, 1.0, 1.0, 1.0)

0 commit comments

Comments
 (0)