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)

Reply via email to