File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
mllib/src/test/scala/org/apache/spark/mllib/util Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,19 @@ import java.io.File
2121
2222import scala .io .Source
2323
24- import org .scalatest .FunSuite
25-
2624import breeze .linalg .{squaredDistance => breezeSquaredDistance }
2725import com .google .common .base .Charsets
2826import com .google .common .io .Files
2927
3028import org .apache .spark .SparkException
29+ import org .apache .spark .SparkFunSuite
3130import org .apache .spark .mllib .linalg .{DenseVector , SparseVector , Vectors }
3231import org .apache .spark .mllib .regression .LabeledPoint
3332import org .apache .spark .mllib .util .MLUtils ._
3433import org .apache .spark .mllib .util .TestingUtils ._
3534import 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. " )
You can’t perform that action at this time.
0 commit comments