From b21cad38dcd4bb73cc792d669d9e7195ec9847ac Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Sat, 12 May 2018 17:41:25 +0200 Subject: [PATCH] Extended the method groups https://gitlab.idiap.ch/bob/bob.bio.base/merge_requests/150 --- bob/bio/face/database/mobio.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bob/bio/face/database/mobio.py b/bob/bio/face/database/mobio.py index 0f4589d5..f09b4fe4 100644 --- a/bob/bio/face/database/mobio.py +++ b/bob/bio/face/database/mobio.py @@ -86,3 +86,7 @@ class MobioBioDatabase(ZTBioDatabase): def annotations(self, myfile): return self._db.annotations(myfile._f) + + def groups(self, protocol=None, **kwargs): + return self._db.groups(protocol=protocol) + -- GitLab