Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.video
Commits
f7b04bcd
Commit
f7b04bcd
authored
Oct 12, 2015
by
Manuel Günther
Browse files
Reverted fix as it wasn't the right fix; real fix needed to be done in bob.bio.base
parent
0278081d
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/bio/video/test/dummy/database.py
View file @
f7b04bcd
...
...
@@ -33,7 +33,7 @@ class DummyDatabase (DatabaseBobZT):
# override the original file names to return a one-element lists of file names
def
original_file_names
(
self
,
files
):
return
[
n
for
n
in
self
.
database
.
original_file_names
(
files
,
self
.
check_existence
)]
return
[
[
n
]
for
n
in
self
.
database
.
original_file_names
(
files
,
self
.
check_existence
)]
database
=
DummyDatabase
()
bob/bio/video/test/test_scripts.py
View file @
f7b04bcd
...
...
@@ -14,7 +14,7 @@ def test_verify_video():
'-e'
,
'bob.bio.video.extractor.Wrapper("dummy")'
,
'-a'
,
'bob.bio.video.algorithm.Wrapper("dummy")'
,
'--zt-norm'
,
'-s'
,
'test_video'
,
'-
v
s'
,
'test_video'
,
'--temp-directory'
,
test_dir
,
'--result-directory'
,
test_dir
,
'--imports'
,
'bob.bio.video'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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