You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/06/24 20:54:00 UTC

[jira] [Resolved] (SYSTEMML-1733) Sequence w/ very small increment returns wrong number of rows

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

Matthias Boehm resolved SYSTEMML-1733.
--------------------------------------
       Resolution: Fixed
         Assignee: Matthias Boehm
    Fix Version/s: SystemML 1.0

> Sequence w/ very small increment returns wrong number of rows
> -------------------------------------------------------------
>
>                 Key: SYSTEMML-1733
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1733
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Matthias Boehm
>            Assignee: Matthias Boehm
>             Fix For: SystemML 1.0
>
>
> The following script returns 299,999 although the correct answer would be 300,000
> {code}
> print(nrow(seq(0.00001,3,0.00001)));
> {code}



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