Skip to content

Commit 4310710

Browse files
committed
merge conflict
1 parent 96460f1 commit 4310710

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mllib/src/test/scala/org/apache/spark/mllib/util/MLUtilsSuite.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,19 @@ import java.io.File
2121

2222
import scala.io.Source
2323

24-
import org.scalatest.FunSuite
25-
2624
import breeze.linalg.{squaredDistance => breezeSquaredDistance}
2725
import com.google.common.base.Charsets
2826
import com.google.common.io.Files
2927

3028
import org.apache.spark.SparkException
29+
import org.apache.spark.SparkFunSuite
3130
import org.apache.spark.mllib.linalg.{DenseVector, SparseVector, Vectors}
3231
import org.apache.spark.mllib.regression.LabeledPoint
3332
import org.apache.spark.mllib.util.MLUtils._
3433
import org.apache.spark.mllib.util.TestingUtils._
3534
import org.apache.spark.util.Utils
3635

37-
class MLUtilsSuite extends FunSuite with MLlibTestSparkContext {
36+
class MLUtilsSuite extends SparkFunSuite with MLlibTestSparkContext {
3837

3938
test("epsilon computation") {
4039
assert(1.0 + EPSILON > 1.0, s"EPSILON is too small: $EPSILON.")

0 commit comments

Comments
 (0)