Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.face
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.face
Commits
cb7a6b88
Commit
cb7a6b88
authored
9 years ago
by
Manuel Günther
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:bioidiap/bob.bio.face
parents
4122ad67
add0abb7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bob/bio/face/test/test_databases.py
+1
-1
1 addition, 1 deletion
bob/bio/face/test/test_databases.py
setup.py
+1
-0
1 addition, 0 deletions
setup.py
version.txt
+1
-1
1 addition, 1 deletion
version.txt
with
3 additions
and
2 deletions
bob/bio/face/test/test_databases.py
+
1
−
1
View file @
cb7a6b88
...
@@ -34,7 +34,7 @@ def _check_database(database, groups = ('dev',), protocol = None, training_depen
...
@@ -34,7 +34,7 @@ def _check_database(database, groups = ('dev',), protocol = None, training_depen
if
protocol
:
database
.
protocol
=
protocol
if
protocol
:
database
.
protocol
=
protocol
assert
len
(
database
.
all_files
())
>
0
assert
len
(
database
.
all_files
())
>
0
assert
len
(
database
.
training_files
(
'
train_extractor
'
))
>
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
:
for
group
in
groups
:
model_ids
=
database
.
model_ids
(
group
)
model_ids
=
database
.
model_ids
(
group
)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
cb7a6b88
...
@@ -62,6 +62,7 @@ setup(
...
@@ -62,6 +62,7 @@ setup(
# This line is required for any distutils based packaging.
# This line is required for any distutils based packaging.
packages
=
find_packages
(),
packages
=
find_packages
(),
include_package_data
=
True
,
include_package_data
=
True
,
zip_safe
=
False
,
# This line defines which packages should be installed when you "install"
# This line defines which packages should be installed when you "install"
# this package. All packages that are mentioned here, but are not installed
# this package. All packages that are mentioned here, but are not installed
...
...
This diff is collapsed.
Click to expand it.
version.txt
+
1
−
1
View file @
cb7a6b88
2.0.3b0
2.0.4b0
\ No newline at end of file
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment