Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Feynman Liang committed Jul 31, 2015
1 parent fa77518 commit 151e859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ class LDASuite extends SparkFunSuite with MLlibTestSparkContext {
> [ 0.42582646 0.43511073]
*/

assert(ldaModel.docConcentration ~== Vectors.dense(0.42582646, 0.43511073) absTol 0.05)
assert(ldaModel.docConcentration ~== Vectors.dense(0.42582646, 0.43511073) absTol 0.05)
}

test("model save/load") {
Expand Down

0 comments on commit 151e859

Please sign in to comment.