From b4fa451f7f8377f7b8899b754500517b1de00e72 Mon Sep 17 00:00:00 2001
From: Vedrana KRIVOKUCA <vkrivokuca@italix32.idiap.ch>
Date: Thu, 24 Aug 2017 14:27:05 +0200
Subject: [PATCH] Fix score splitting

---
 bob/bio/vein/database/utfvp.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bob/bio/vein/database/utfvp.py b/bob/bio/vein/database/utfvp.py
index 91b09ea..c699fbd 100644
--- a/bob/bio/vein/database/utfvp.py
+++ b/bob/bio/vein/database/utfvp.py
@@ -48,3 +48,8 @@ class Database(BioDatabase):
 
     def annotations(self, file):
         return None
+
+    def client_id_from_model_id(self, model_id, group='dev'):
+        """Required as ``model_id != client_id`` on this database"""
+
+        return self._db.get_client_id_from_model_id(model_id)
-- 
GitLab