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/08/19 20:51:20 UTC

[jira] [Created] (SYSTEMML-863) Fix usage hint message for pydml's range() function

Sandeep Narayanaswami created SYSTEMML-863:
----------------------------------------------

             Summary: Fix usage hint message for pydml's range() function
                 Key: SYSTEMML-863
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-863
             Project: SystemML
          Issue Type: Bug
          Components: PyDML
            Reporter: Sandeep Narayanaswami
            Assignee: Sandeep Narayanaswami
            Priority: Trivial


for (v in range(1, 4)):
        print(v)
ERROR [...] The builtin function 'range' accepts exactly 3 arguments (matrix, scalar value that should be replaced (pattern), scalar value (replacement))

This should say "The builtin function 'range' accepts exactly 3 arguments (from, to, increment)".



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