Commit c91aa7a5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 63eb1d96
......@@ -690,12 +690,12 @@ def test_restructure():
# ( we make sure that Restructure can make the restructurement and that
# after restructure a tree remains valid without any error introduced )
for nkeys in range(5): # XXX ↑
for nkeys in range(5): # XXX !slow ->
for xkeyv in xbtree._iterSplitByN(-1, 5+1, nkeys):
keyv = xkeyv[1:-1] # -1, ..., N -> ...
print(keyv)
#print(keyv)
z = Z(*keyv)
for tree in xbtree.AllStructs(keyv, 3, 2):
for tree in xbtree.AllStructs(keyv, 2, 1): # XXX !slow -> d=3, s=2
#print('\t%s' % xbtree.TopoEncode(tree))
R(z, tree)
......
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