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:33:20 UTC

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

Niketan Pansare created SYSTEMML-957:
----------------------------------------

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


`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)