-
Notifications
You must be signed in to change notification settings - Fork 521
TODO: forloop read #1010
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TODO: forloop read #1010
Conversation
|
Produce error: 20/08/07 15:34:48 WARN parser.Expression: WARNING: ./src/test/scripts/functions/io/forLoopRead.dml [line 24:4] -> v = read("src/test/scripts/functions/io/in/" +x + ".csv", rows=1, cols=1, format="csv" ) -- Parameter iofilename only supports a const string or const string concatenations. java.lang.AssertionError: StackTrace:
|
This PR showcase a current limitation of the system where if one construct the sting path to read the system is unable to read the given file. It is not an issue if the path is created outside a for loop but in connection with the for loop the reading fails.
The PR does not contain a fix for the given problem.