You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/09/09 05:08:00 UTC

[jira] [Updated] (SYSTEMML-1575) DataType Change Test Failure

     [ https://issues.apache.org/jira/browse/SYSTEMML-1575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glenn Weidner updated SYSTEMML-1575:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.15

> DataType Change Test Failure
> ----------------------------
>
>                 Key: SYSTEMML-1575
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1575
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Mike Dusenberry
>            Assignee: Mike Dusenberry
>             Fix For: SystemML 0.15
>
>
> While working on SYSTEMML-1554, an additional bug was uncovered. Specifically, with the IPA scalar replacement enhancement, the {{org.apache.sysml.test.integration.functions.misc.DataTypeChangeTest#testDataTypeChangeValidate4c}} test has started to fail.  Looking into it, it fails due to trying to cast a Matrix to a Scalar object.  At a deeper level, it looks like the propagated variable map is holding onto the "matrix" `X`, rather than dropping it as it should, since X is turned into a scalar by the call `X = foo(X)`.  Interestingly, the FunctionOp for the `foo` function is marked as having an `Unknown` datatype and valuetype.  Overall, this seems like a bug that was just hidden before, rather than being newly introduced.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)