[
https://issues.apache.org/jira/browse/SYSTEMML-957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niketan Pansare resolved SYSTEMML-957.
--------------------------------------
Resolution: Fixed
Fix Version/s: SystemML 0.11
> 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)