Skip to content

Commit d759875

Browse files
author
Yun Ni
committed
Add unit tests to run on Jenkins.
1 parent c597f4c commit d759875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ class BucketedRandomProjectionLSHSuite
217217
}
218218

219219
test("memory leak test") {
220-
val numDim = 50
220+
val numDim = 10
221221
val data = {
222222
for (i <- 0 until numDim; j <- Seq(-2, -1, 1, 2))
223223
yield Vectors.sparse(numDim, Seq((i, j.toDouble)))

0 commit comments

Comments
 (0)