Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
686d0ff1
Commit
686d0ff1
authored
May 25, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1e3b1d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
wcfs/testprog/treegen.py
wcfs/testprog/treegen.py
+2
-2
No files found.
wcfs/testprog/treegen.py
View file @
686d0ff1
...
...
@@ -193,9 +193,9 @@ def AllStructs(zstor, kv1txt, kv2txt, n, seed=None):
# emit initial kv1 and kv2 states prepared as ZODB would do natively
emit
(
diff
({},
kv1
),
verify
=
kv1
,
treeTopo
=
None
)
t1struct0
=
xbtree
.
StructureOf
(
ztree
)
t1struct0
=
xbtree
.
StructureOf
(
ztree
,
onlyKeys
=
True
)
emit
(
diff
(
kv1
,
kv2
),
verify
=
kv2
,
treeTopo
=
None
)
t2struct0
=
xbtree
.
StructureOf
(
ztree
)
t2struct0
=
xbtree
.
StructureOf
(
ztree
,
onlyKeys
=
True
)
# all tree1 and tree2 topologies jumps in between we are going to emit:
# native + n random ones.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment