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.bio.face
Commits
cb7a6b88
Commit
cb7a6b88
authored
Mar 08, 2016
by
Manuel Günther
Browse files
Merge branch 'master' of github.com:bioidiap/bob.bio.face
parents
4122ad67
add0abb7
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/test/test_databases.py
View file @
cb7a6b88
...
...
@@ -34,7 +34,7 @@ def _check_database(database, groups = ('dev',), protocol = None, training_depen
if
protocol
:
database
.
protocol
=
protocol
assert
len
(
database
.
all_files
())
>
0
assert
len
(
database
.
training_files
(
'train_extractor'
))
>
0
assert
len
(
database
.
training_files
(
'train_enroller'
,
arrange_by_client
=
True
))
>
0
assert
len
(
database
.
arrange_by_client
(
database
.
training_files
(
'train_enroller'
)
))
>
0
for
group
in
groups
:
model_ids
=
database
.
model_ids
(
group
)
...
...
setup.py
View file @
cb7a6b88
...
...
@@ -62,6 +62,7 @@ setup(
# This line is required for any distutils based packaging.
packages
=
find_packages
(),
include_package_data
=
True
,
zip_safe
=
False
,
# This line defines which packages should be installed when you "install"
# this package. All packages that are mentioned here, but are not installed
...
...
version.txt
View file @
cb7a6b88
2.0.3b0
\ No newline at end of file
2.0.4b0
\ No newline at end of file
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