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

[jira] [Updated] (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 ]

Glenn Weidner updated SYSTEMML-1733:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.15

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