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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
aeda2889
Commit
aeda2889
authored
Aug 03, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f095c21d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
wcfs/testdata/zblk.fs
wcfs/testdata/zblk.fs
+0
-0
wcfs/testdata/zblk.fs.index
wcfs/testdata/zblk.fs.index
+0
-0
wcfs/testdata/zblk_test_gen.py
wcfs/testdata/zblk_test_gen.py
+1
-1
No files found.
wcfs/testdata/zblk.fs
View file @
aeda2889
No preview for this file type
wcfs/testdata/zblk.fs.index
View file @
aeda2889
No preview for this file type
wcfs/testdata/zblk_test_gen.py
View file @
aeda2889
...
...
@@ -40,7 +40,7 @@ def main():
root
=
conn
.
root
()
# 0, 1, 2, ... as u32
data
=
bytes
(
arange
(
0
,
blksize32
,
dtype
=
uint32
)
)
data
=
arange
(
0
,
blksize32
,
dtype
=
uint32
).
tobytes
(
)
root
[
'zblk0'
]
=
z0
=
ZBlk0
()
root
[
'zblk1'
]
=
z1
=
ZBlk1
()
# also covers ZData
...
...
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