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/23 04:08:00 UTC

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

Matthias Boehm created SYSTEMML-1733:
----------------------------------------

             Summary: 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


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)