Skip to content

Commit

Permalink
Add unit tests to run on Jenkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunni committed Nov 16, 2016
1 parent c597f4c commit d759875
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class BucketedRandomProjectionLSHSuite
}

test("memory leak test") {
val numDim = 50
val numDim = 10
val data = {
for (i <- 0 until numDim; j <- Seq(-2, -1, 1, 2))
yield Vectors.sparse(numDim, Seq((i, j.toDouble)))
Expand Down

0 comments on commit d759875

Please sign in to comment.