[ 
https://issues.apache.org/jira/browse/SYSTEMML-957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15533462#comment-15533462
 ] 

Niketan Pansare commented on SYSTEMML-957:
------------------------------------------

Resolved in commit 
https://github.com/apache/incubator-systemml/commit/fa49ae507af76c4055ce20aa2237220eaf1e4cf8

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