Skip to content

Commit

Permalink
fixed scala issue
Browse files Browse the repository at this point in the history
  • Loading branch information
selvinsource committed Apr 19, 2015
1 parent e2ffae8 commit 1676e15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class GeneralizedLinearPMMLModelExportSuite extends FunSuite{
=== linearRegressionModel.weights.size)

// act
val ridgeModelExport = PMMLModelExportFactory.createPMMLModelExport(ridgeRegressionModel)
val ridgeModelExport = PMMLModelExportFactory.createPMMLModelExport(ridgeRegressionModel)
// assert that the PMML format is as expected
assert(ridgeModelExport.isInstanceOf[PMMLModelExport])
pmml = ridgeModelExport.asInstanceOf[PMMLModelExport].getPmml()
Expand Down

0 comments on commit 1676e15

Please sign in to comment.