-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
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.