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

[jira] [Assigned] (SYSTEMML-957) seq in for loop requires third parameter

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

Niketan Pansare reassigned SYSTEMML-957:
----------------------------------------

    Assignee: Niketan Pansare

> seq in for loop requires third parameter
> ----------------------------------------
>
>                 Key: SYSTEMML-957
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-957
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Niketan Pansare
>            Assignee: Niketan Pansare
>
> `for (i in seq(1,5)) {#do_things}` should be equivalent to for (i in 1:5) {#do_things}. However due to bug which expected third parameter in seq, a language exception was thrown.  Note: `for (i in seq(1,5,1)) {#do_things}` does work, but `for (i in seq(1,5)) {#do_things}` doesn't.



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