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
8e8d3e29
Commit
8e8d3e29
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
99e9577d
Pipeline
#12306
canceled with stages
in 1 second
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/io/video/test.py
View file @
8e8d3e29
...
...
@@ -115,7 +115,7 @@ def test_video_reader_unicode():
assert
'ß'
in
UNICODE_VIDEO
assert
'ß'
in
iv
.
filename
os
.
remove
(
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
.
remove
(
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