Skip to content

Commit

Permalink
[SPARK-3974] Updated testing utils from master
Browse files Browse the repository at this point in the history
  • Loading branch information
brkyvz committed Nov 14, 2014
1 parent 645afbe commit 49b9586
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ import org.scalatest.FunSuite
import breeze.linalg.{DenseMatrix => BDM}

import org.apache.spark.mllib.linalg.{DenseMatrix, Matrices}
import org.apache.spark.mllib.util.LocalSparkContext
import org.apache.spark.mllib.util.MLlibTestSparkContext

class BlockMatrixSuite extends FunSuite with LocalSparkContext {
class BlockMatrixSuite extends FunSuite with MLlibTestSparkContext {

val m = 5
val n = 4
Expand Down

0 comments on commit 49b9586

Please sign in to comment.