We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645afbe commit 49b9586Copy full SHA for 49b9586
mllib/src/test/scala/org/apache/spark/mllib/linalg/distributed/BlockMatrixSuite.scala
@@ -22,9 +22,9 @@ import org.scalatest.FunSuite
22
import breeze.linalg.{DenseMatrix => BDM}
23
24
import org.apache.spark.mllib.linalg.{DenseMatrix, Matrices}
25
-import org.apache.spark.mllib.util.LocalSparkContext
+import org.apache.spark.mllib.util.MLlibTestSparkContext
26
27
-class BlockMatrixSuite extends FunSuite with LocalSparkContext {
+class BlockMatrixSuite extends FunSuite with MLlibTestSparkContext {
28
29
val m = 5
30
val n = 4
0 commit comments