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

[jira] [Commented] (SYSTEMML-2488) Function output binding via multi-assignment fails on validate

    [ https://issues.apache.org/jira/browse/SYSTEMML-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16608376#comment-16608376 ] 

Janardhan commented on SYSTEMML-2488:
-------------------------------------

Addressed by https://github.com/apache/systemml/commit/db02079000e1cba56c938374b1fa1641d40b551d

> Function output binding via multi-assignment fails on validate
> --------------------------------------------------------------
>
>                 Key: SYSTEMML-2488
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2488
>             Project: SystemML
>          Issue Type: Sub-task
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>            Priority: Major
>
> {code}
> foo = function(Matrix[Double] A) return (Matrix[Double] B) {
>   #B = A;
>   [w, B] = eigen(A)
> }
> X = matrix(0.1, rows=100, cols=100);
> Y = foo(X);
> print(toString(Y))
> {code}
> just outputs {{No parse issue message.}} without script execution or any error.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)