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

Fix cbind value in AppendGAlignedSP constructor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • SystemML 0.15
    • None
    • None

    Description

      The _cbind field in AppendGAlignedSP is hardcoded to true in the constructor rather than being set by the cbind parameter.

      	public AppendGAlignedSP(Lop input1, Lop input2, Lop input3, DataType dt, ValueType vt, boolean cbind) 
      	{
      		super(Lop.Type.Append, dt, vt);		
      		init(input1, input2, input3, dt, vt);
      		
      		_cbind = true;
      	}
      

      Attachments

        Activity

          People

            deron Jon Deron Eriksson
            deron Jon Deron Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: