You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Mike Dusenberry (JIRA)" <ji...@apache.org> on 2016/08/19 22:40:20 UTC

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

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

Mike Dusenberry resolved SYSTEMML-863.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: SystemML 0.11

> 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
>             Fix For: SystemML 0.11
>
>
> 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)