Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
clarify refering outputs inside and outside scatter #112
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
antonkulaga commentedMay 13, 2017
•
edited
It looks like output of the tasks work in different way depending on if you call it inside scatter (like with dec, where I get integer from inc.increment) or outside of scatter block (in such case I get array from inc.increment)
This is very confusing. Maybe it is possible to clarify the behaviour in docs?