Commit 632779e3 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c1dfed28
...@@ -275,7 +275,9 @@ def Restructure(ztree, newStructure): ...@@ -275,7 +275,9 @@ def Restructure(ztree, newStructure):
panic("TODO") panic("TODO")
# TODO order queued buckets and zbuckets # order queued buckets and zbuckets by key↑
zrbucketv.sort(key = lambda rn: rn.range.klo)
rbucketv .sort(key = lambda rn: rn.range.klo)
# chain buckets via .next_bucket # chain buckets via .next_bucket
assert len(rbucketv) > 0 assert len(rbucketv) > 0
......
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