Skip to content
Snippets Groups Projects
Commit 1821fb1b authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

[black]

parent 3797c15f
No related branches found
No related tags found
1 merge request!180[dask] Preparing bob.bio.base for dask pipelines
Pipeline #40915 passed
...@@ -70,10 +70,7 @@ class VanillaBiometricsPipeline(object): ...@@ -70,10 +70,7 @@ class VanillaBiometricsPipeline(object):
""" """
def __init__( def __init__(
self, self, transformer, biometric_algorithm, score_writer=None,
transformer,
biometric_algorithm,
score_writer=None,
): ):
self.transformer = transformer self.transformer = transformer
self.biometric_algorithm = biometric_algorithm self.biometric_algorithm = biometric_algorithm
...@@ -153,7 +150,6 @@ class VanillaBiometricsPipeline(object): ...@@ -153,7 +150,6 @@ class VanillaBiometricsPipeline(object):
# probes is a list of SampleSets # probes is a list of SampleSets
probe_features = self.transformer.transform(probe_samples) probe_features = self.transformer.transform(probe_samples)
scores = self.biometric_algorithm.score_samples( scores = self.biometric_algorithm.score_samples(
probe_features, probe_features,
biometric_references, biometric_references,
......
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