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

Returning results as dictionary leads to errors in tree.py when called in other methods #50

Open
SanBingYouYong opened this issue Mar 28, 2024 · 0 comments

Comments

@SanBingYouYong
Copy link

As per the documentation, we can make the return value of a tree node a dictionary for custom names:
image
This works, however, if we wish to import the tree node function and use it in another tree node, i.e. results = tree_with_dict_return(...), it throws the following error from tree.py:
image
I assume this is a bug from the code handling sockets of tree functions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant