From c345254e1701609d173139b049bd5ede83bd0ec3 Mon Sep 17 00:00:00 2001 From: Marcus Fedarko Date: Wed, 9 Aug 2017 19:52:56 -0400 Subject: [PATCH] Add comments re: #1 to collate.py --- graph_collator/collate.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graph_collator/collate.py b/graph_collator/collate.py index 4828b4a0..a5a81c23 100755 --- a/graph_collator/collate.py +++ b/graph_collator/collate.py @@ -1886,6 +1886,10 @@ def add_node_to_stdmode_mapping(n, rc=None): # TODO fake layout based on component.node_list[0]'s dimensions, # insert node info and cc info into the database, then continue # (Also TODO: Do this for the SPQR modes above) + # Normally we'd generate a layout with this node's node_info(), + # which includes the height/width of the node from get_dimensions() + # and the shape of the node in get_dimensions(). + #w, h = component.node_list[0].get_dimensions() pass # Lay out all clusters individually, to be backfilled for ng in component.node_group_list: