Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.io.base
Commits
6b2a4c6d
Commit
6b2a4c6d
authored
Sep 19, 2017
by
Tiago de Freitas Pereira
Browse files
Merge branch 'issue37' into 'master'
Generated the test file one the fly See merge request
!22
parents
d0ff73d0
3f9ddabc
Pipeline
#12286
canceled with stages
in 1 minute and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/base/data/Φîłèñäϻæ.hdf5
deleted
100644 → 0
View file @
d0ff73d0
File deleted
bob/io/base/test_hdf5.py
View file @
6b2a4c6d
...
...
@@ -533,5 +533,14 @@ def test_python_interfaces():
def
unicode_test
():
filename
=
test_utils
.
datafile
(
u
"Φîłèñäϻæ.hdf5"
,
__name__
)
# writing using unicode filename
hdf5
=
HDF5File
(
filename
,
'w'
)
hdf5
.
set
(
'Test'
,
range
(
10
))
del
hdf5
# writing using unicode filename
hdf5
=
HDF5File
(
filename
)
assert
numpy
.
allclose
(
hdf5
[
"Test"
],
range
(
10
))
os
.
remove
(
filename
)
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