src/hdalab/utils.py
changeset 293 b33caeba7faa
parent 291 44af3e5e4114
child 319 fef4317b915f
--- a/src/hdalab/utils.py	Fri Jul 11 16:49:14 2014 +0200
+++ b/src/hdalab/utils.py	Wed Jul 16 15:15:50 2014 +0200
@@ -61,7 +61,7 @@
 
 
 class CircleNodePlacer(NodePlacer):
-    
+    #TODO: Does not work. Meant to be a real circle placer
     def init(self, cat_nb_nodes_initial):
         for c in cat_nb_nodes_initial:
             self.max_length = cat_nb_nodes_initial[c] if cat_nb_nodes_initial[c] > self.max_length else self.max_length