Op in sub-graph getting passed a InputMappingNode object? #31736
Replies: 1 comment
-
Forgot to put an @op on the function :-? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to break my graph up into two sub graphs with some conditional calling like so:
So
do_something_op1
is pulling the error:Why is it getting a
InputMappingNode
instead of adict
? How can i fix this?Beta Was this translation helpful? Give feedback.
All reactions