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
2ad9af6f
Commit
2ad9af6f
authored
Jun 25, 2021
by
Laurent COLBOIS
Browse files
Add check on number of comparisons in test_ijbc
parent
91b16612
Changes
1
Show whitespace changes
Inline
Side-by-side
bob/bio/face/test/test_databases.py
View file @
2ad9af6f
...
@@ -317,6 +317,8 @@ def test_ijbc():
...
@@ -317,6 +317,8 @@ def test_ijbc():
# assert len(database.background_model_samples()) == 140732
# assert len(database.background_model_samples()) == 140732
assert
len
(
database
.
references
())
==
3531
assert
len
(
database
.
references
())
==
3531
assert
len
(
database
.
probes
())
==
19593
assert
len
(
database
.
probes
())
==
19593
num_comparisons
=
sum
([
len
(
item
.
references
)
for
item
in
database
.
probes
()])
assert
num_comparisons
==
19557
+
15638932
# Genuine + Impostor
@
db_available
(
"fargo"
)
@
db_available
(
"fargo"
)
...
...
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