[
https://issues.apache.org/jira/browse/SYSTEMML-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm closed SYSTEMML-2240.
------------------------------------
Resolution: Fixed
Assignee: Matthias Boehm
Fix Version/s: SystemML 1.2
> Incorrect result for min/max over matrices with NaNs
> ----------------------------------------------------
>
> Key: SYSTEMML-2240
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2240
> Project: SystemML
> Issue Type: Bug
> Reporter: Matthias Boehm
> Assignee: Matthias Boehm
> Priority: Major
> Fix For: SystemML 1.2
>
>
> The following script should return {{NaN NaN NaN}} but currently returns
> {{6.0 10.0 NaN}}.
> {code}
> X = seq(1,10);
> X[5,1] = NaN;
> print(min(X)+" "+max(X)+" "+sum(X));
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)