Skip to content
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

[doc] make clear what happens between nodes #169

Open
hartym opened this issue Sep 28, 2017 · 0 comments
Open

[doc] make clear what happens between nodes #169

hartym opened this issue Sep 28, 2017 · 0 comments
Labels

Comments

@hartym
Copy link
Member

hartym commented Sep 28, 2017

cf slack conversation :

Tomas :
if a function returns bytes, is it possible that the next node will iterate them and receive ints?
If node A returns one list of 20 lists of 5 ints, how does bonobo know whether it should run node B one time, 20 times or 5 times?

Tomas :
I had a function that returned some text. When I returned it as a string. The next function got one string. When I returned it as bytes, the next object got an int. So I was assuming it was iterating over the bytes object, but not the string for some reason.

@hartym hartym added this to the 0.5 milestone Sep 30, 2017
@hartym hartym added the doc label Sep 30, 2017
@hartym hartym removed this from the 0.5 milestone Sep 30, 2017
@hartym hartym changed the title Doc : make clear what happens between nodes [doc] make clear what happens between nodes Sep 30, 2017
@hartym hartym mentioned this issue Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant