Commit d01422ab authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2bcabfa8
......@@ -491,8 +491,7 @@ def test_zwalkBFS():
_ = zwalkv[5] # [4,6)B5
assert len(_) == 1
assert _[0].range == R(4,6)
assertB(_[0].node, 5)
b5 = _[0]
b5 = _[0].node; assertB(b5, 5)
_ = zwalkv[4] # [4,6)T, [6,10)B7, [10,∞)B11
assert len(_) == 3
......
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