Skip to content
GitLab
Menu
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
9faf3f88
Commit
9faf3f88
authored
Nov 23, 2020
by
Amir MOHAMMADI
Browse files
Remove fiddling with bob.pipelines.Samples's internals
parent
a9ff0696
Pipeline
#45994
passed with stage
in 7 minutes and 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/bio/base/pipelines/vanilla_biometrics/score_writers.py
View file @
9faf3f88
...
...
@@ -93,13 +93,13 @@ class CSVScoreWriter(ScoreWriter):
probe_dict
=
dict
(
(
k
,
f
"probe_
{
k
}
"
)
for
k
in
probe_sampleset
.
__dict__
.
keys
()
if
not
(
k
in
self
.
exclude_list
or
k
.
startswith
(
"_
_
"
))
if
not
(
k
in
self
.
exclude_list
or
k
.
startswith
(
"_"
))
)
bioref_dict
=
dict
(
(
k
,
f
"bio_ref_
{
k
}
"
)
for
k
in
first_biometric_reference
.
__dict__
.
keys
()
if
not
(
k
in
self
.
exclude_list
or
k
.
startswith
(
"_
_
"
))
if
not
(
k
in
self
.
exclude_list
or
k
.
startswith
(
"_"
))
)
header
=
(
...
...
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