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.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
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/test/test_databases.py
View file @
2ad9af6f
...
...
@@ -317,6 +317,8 @@ def test_ijbc():
# assert len(database.background_model_samples()) == 140732
assert
len
(
database
.
references
())
==
3531
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"
)
...
...
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