Commit 6526c4ac authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 652247e6
......@@ -206,7 +206,7 @@ def TopoEncode(tree):
if isinstance(node, Tree):
queue += node.children
if 0: # debug XXX reenable
if 1: # debug
t2 = TopoDecode(topo)
if t2 != tree:
panic("BUG: TopoEncode: D(E(·)) != identity\n· = %s\n D(E(·) = %s" % (tree, t2))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment