[ 
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)

Reply via email to