8.2.15.1.47. _get_node_estimations

Solution._get_node_estimations(node_attr, node_id)[source]

Returns the data nodes estimations and wait_inputs flag.

Parameters:
  • node_attr (dict) – Dictionary of node attributes.

  • node_id (str) – Data node’s id.

Returns:

  • node estimations with minimum distance from the starting node, and

  • wait_inputs flag

Return type:

(dict[str, T], bool)