Skip to content

Commit

Permalink
Add comments re: #1 to collate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Aug 9, 2017
1 parent 47b8bb8 commit c345254
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions graph_collator/collate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c345254

Please sign in to comment.