Commit 9b532fd4 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 090a1e01
...@@ -345,8 +345,8 @@ def test_allStructs(): ...@@ -345,8 +345,8 @@ def test_allStructs():
# nothing - rightmost bucket is always empty # nothing - rightmost bucket is always empty
] ]
# XXX Y tests for maxsplit=2 / maxdepth=2 ?
# (if yes -> compare with set, not exact order, and use topoencoding on the right) # TODO test for maxsplit=2 / maxdepth=2 vvv
def TY(keys, maxdepth, maxsplit): def TY(keys, maxdepth, maxsplit):
yv = Y(keys, maxdepth, maxsplit) yv = Y(keys, maxdepth, maxsplit)
return list([xbtree.TopoEncode(_) for _ in yv]) return list([xbtree.TopoEncode(_) for _ in yv])
......
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