Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
yanboliang committed Nov 19, 2015
commit e3d5fc6f0e59c95173934542fc82a03059301184
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ class PCASuite extends SparkFunSuite with MLlibTestSparkContext with DefaultRead
test("PCAModel read/write") {

def checkModelData(model1: PCAModel, model2: PCAModel): Unit = {
assert(model1.k === model2.k)
assert(model1.pc === model2.pc)
}

Expand Down