You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Sandeep Narayanaswami (JIRA)" <ji...@apache.org> on 2016/09/23 18:41:20 UTC

[jira] [Created] (SYSTEMML-954) PyDML's range() needs 3 argument

Sandeep Narayanaswami created SYSTEMML-954:
----------------------------------------------

             Summary: PyDML's range() needs 3 argument
                 Key: SYSTEMML-954
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-954
             Project: SystemML
          Issue Type: Bug
          Components: PyDML
            Reporter: Sandeep Narayanaswami
            Assignee: Sandeep Narayanaswami
            Priority: Trivial


PyDML's range() breaks when called with two arguments, eg. range(1, 10). This is at odds with the behavior of Python's range, and of DML's seq() which has a default value of 1.0 for the increment argument and thus does not break when called, eg, seq(1, 10).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)