You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's tedious having to define and wire up an InitialPacketGenerator for input ports in a graph. Defining a default value would be a nice convenience to have when defining graphs in Python.
The way this could work is the runtime can automatically create and wire up InitialPacketGenerator instances for all InputPorts that have a default= attribute.
The text was updated successfully, but these errors were encountered:
It's tedious having to define and wire up an
InitialPacketGenerator
for input ports in a graph. Defining a default value would be a nice convenience to have when defining graphs in Python.The way this could work is the runtime can automatically create and wire up
InitialPacketGenerator
instances for allInputPort
s that have adefault=
attribute.The text was updated successfully, but these errors were encountered: