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/02/24 08:53:00 UTC

[jira] [Commented] (SYSTEMML-2158) Size propagation issue nary rbind

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

Janardhan commented on SYSTEMML-2158:
-------------------------------------

addressed by https://github.com/apache/systemml/commit/9481bef4e2b6e4caf0b0692b8f8e00120b434db1

> Size propagation issue nary rbind
> ---------------------------------
>
>                 Key: SYSTEMML-2158
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2158
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>            Priority: Major
>             Fix For: SystemML 1.1
>
>
> The following script incorrectly prints 3 although it should return 514:
> {code}
> A = matrix(0,0,1);
> for(i in 1:512)
>    A = rbind(A, matrix(1,1,1));
> A = rbind(matrix(1,1,1), matrix(1,1,1), A);
> print(nrow(A));
> {code}



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