Skip to content
Snippets Groups Projects
Commit 3f94fd33 authored by Manuel Günther's avatar Manuel Günther
Browse files

Corrected database test to work with new database environment

parent 8740b92f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ def _check_database(database, groups = ('dev',), protocol = None, training_depen
if protocol: database.protocol = protocol
assert len(database.all_files()) > 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:
model_ids = database.model_ids(group)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment