Deron Eriksson created SYSTEMML-1200:
----------------------------------------
Summary: Add LogisticRegressionSuite.scala to integration tests
Key: SYSTEMML-1200
URL: https://issues.apache.org/jira/browse/SYSTEMML-1200
Project: SystemML
Issue Type: Task
Components: APIs
Reporter: Deron Eriksson
Priority: Minor
No Scala tests are currently run by the integration tests. Possibly, the
LogisticRegressionSuite class can be annotated with:
{code}
@RunWith(classOf[JUnitRunner])
{code}
with imports such as:
{code}
import org.junit.runner.RunWith
import org.scalatest.FunSuite
import org.scalatest.Matchers
import org.scalatest.junit.JUnitRunner
{code}
Note that at the time of this issue creation, LogisticRegressionSuite fails.
See SYSTEMML-1199.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)