Commit 635c20b0 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7750ff3f
...@@ -52,6 +52,9 @@ def test_topologyOf(): ...@@ -52,6 +52,9 @@ def test_topologyOf():
#assert btree.TopoEncodingOf(t) == ((4,), (2,), ø(4), (6,10), ø(5?), ø(7), ø(11), x(5?)) #assert btree.TopoEncodingOf(t) == ((4,), (2,), ø(4), (6,10), ø(5?), ø(7), ø(11), x(5?))
assert btree.TopoEncodingOf(t) == \
(4,), (2,),(), (),(),(6,10), B(1),B(3),(),(),(), (),B(7),B(11), B(5)
""" """
assert xbtree.TopologyOf(t) == ( (4,), assert xbtree.TopologyOf(t) == ( (4,),
((2,), ()), ((2,), ()),
......
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