Skip to content
Snippets Groups Projects
Commit 45fed636 authored by Pavel KORSHUNOV's avatar Pavel KORSHUNOV
Browse files

Merge branch 'algorithm' into 'master'

Algorithm inherit from object

See merge request !22
parents 362b118f d52f04ea
Branches
No related tags found
1 merge request!22Algorithm inherit from object
Pipeline #
...@@ -9,7 +9,7 @@ import os ...@@ -9,7 +9,7 @@ import os
from bob.bio.base import utils from bob.bio.base import utils
class Algorithm: class Algorithm(object):
"""This is the base class for all anti-spoofing algorithms. """This is the base class for all anti-spoofing algorithms.
It defines the minimum requirements for all derived algorithm classes. It defines the minimum requirements for all derived algorithm classes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment