modeci_mdf.utils.create_example_node

modeci_mdf.utils.create_example_node(node_id: str, graph: Graph) Node[source]

Create a simple example node with Input inside a graph

Parameters:
  • node_id – The unique id for the first node in the graph.

  • graph – The graph to add the example node.

Returns:

The node (with id=node_id) created in the graph.