You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Deron Eriksson (JIRA)" <ji...@apache.org> on 2017/07/13 01:39:00 UTC

[jira] [Resolved] (SYSTEMML-1764) Fix cbind value in AppendGAlignedSP constructor

     [ https://issues.apache.org/jira/browse/SYSTEMML-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deron Eriksson resolved SYSTEMML-1764.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 1.0

Fixed by [PR571|https://github.com/apache/systemml/pull/571].

> Fix cbind value in AppendGAlignedSP constructor
> -----------------------------------------------
>
>                 Key: SYSTEMML-1764
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1764
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Deron Eriksson
>            Assignee: Deron Eriksson
>            Priority: Minor
>             Fix For: SystemML 1.0
>
>
> The _cbind field in AppendGAlignedSP is hardcoded to true in the constructor rather than being set by the cbind parameter.
> {code}
> 	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;
> 	}
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)