From 29253757a4eaecbe87ecfd459d77d1133db98091 Mon Sep 17 00:00:00 2001 From: Andre Mayoraz <andre.mayoraz@idiap.ch> Date: Thu, 15 Dec 2022 09:03:10 +0100 Subject: [PATCH] [test] Changed urls to follow new database class format --- bob/bio/vein/tests/test_databases.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/bio/vein/tests/test_databases.py b/bob/bio/vein/tests/test_databases.py index b53db11..ebedc63 100644 --- a/bob/bio/vein/tests/test_databases.py +++ b/bob/bio/vein/tests/test_databases.py @@ -13,7 +13,7 @@ def test_verafinger_contactless(): ) # Getting the absolute path - urls = VerafingerContactless.urls() + urls = VerafingerContactless.dataset_protocols_urls filename = get_file("verafinger_contactless.tar.gz", urls) # Removing the file before the test @@ -81,7 +81,7 @@ def test_utfvp(): from bob.bio.vein.database.utfvp import UtfvpDatabase # Getting the absolute path - urls = UtfvpDatabase.urls() + urls = UtfvpDatabase.dataset_protocols_urls filename = get_file("utfvp_csv.tar.gz", urls) # Removing the file before the test -- GitLab