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.video
Commits
33386ed4
Commit
33386ed4
authored
Sep 19, 2017
by
Tiago de Freitas Pereira
Browse files
Guessing why this fails on bob.io.video and doesn't fail on bob.io.base
parent
13b2b774
Pipeline
#12302
canceled with stages
in 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/io/video/test.py
View file @
33386ed4
...
...
@@ -115,7 +115,7 @@ def test_video_reader_unicode():
assert
'ß'
in
UNICODE_VIDEO
assert
'ß'
in
iv
.
filename
os
.
unlink
(
UNICODE_VIDEO
)
os
.
remove
(
UNICODE_VIDEO
)
def
test_video_reader_str
():
...
...
@@ -163,7 +163,7 @@ def test_base_load_on_unicode():
for
l
,
i
in
zip
(
objs
,
f
):
assert
numpy
.
allclose
(
l
.
shape
,
i
.
shape
)
os
.
unlink
(
UNICODE_VIDEO
)
os
.
remove
(
UNICODE_VIDEO
)
def
test_indexing
():
...
...
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