Uploaded image for project: 'SystemDS'
  1. SystemDS
  2. SYSTEMDS-2158

Size propagation issue nary rbind

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • SystemML 1.1
    • None
    • None

    Description

      The following script incorrectly prints 3 although it should return 514:

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

      Attachments

        Activity

          People

            mboehm7 Matthias Boehm
            mboehm7 Matthias Boehm
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: