Skip to content

Commit 513e791

Browse files
committed
nit
1 parent 294164d commit 513e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ class ALSSuite
389389
testALS(training, test, maxIter = 1, rank = 129, regParam = 0.01, targetRMSE = 0.02,
390390
threshold = 128)
391391
}
392-
392+
393393
test("implicit feedback") {
394394
val (training, test) =
395395
genImplicitTestData(numUsers = 20, numItems = 40, rank = 2, noiseStd = 0.01)

0 commit comments

Comments
 (0)