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.base
Commits
cd26b8ab
Commit
cd26b8ab
authored
Nov 25, 2020
by
Yannick DAYER
Browse files
Apply suggestion to bob/bio/base/database/csv_dataset.py
parent
70db37f6
Pipeline
#46049
passed with stage
in 7 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/database/csv_dataset.py
View file @
cd26b8ab
...
...
@@ -343,7 +343,7 @@ class CSVDatasetDevEval:
# Get enroll and probe samples
groups
=
[
"dev"
,
"eval"
]
if
not
groups
else
groups
if
"eval"
in
groups
and
(
not
self
.
eval_enroll_csv
or
not
self
.
eval_probe_csv
):
logger
.
info
(
"'eval' requested, but dataset has no 'eval' group."
)
logger
.
warning
(
"'eval' requested, but dataset has no 'eval' group."
)
groups
.
remove
(
"eval"
)
for
group
in
groups
:
for
purpose
in
(
"enroll"
,
"probe"
):
...
...
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