Skip to content
Snippets Groups Projects

Resolve "score_reduction_algorithm in BioAlgorithm cannot be changed"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -35,7 +35,7 @@ class BioAlgorithm(metaclass=ABCMeta):
@@ -35,7 +35,7 @@ class BioAlgorithm(metaclass=ABCMeta):
def __init__(self, score_reduction_operation=average_scores, **kwargs):
def __init__(self, score_reduction_operation=average_scores, **kwargs):
self.stacked_biometric_references = None
self.stacked_biometric_references = None
self.score_reduction_operation = average_scores
self.score_reduction_operation = score_reduction_operation
def clear_caches(self):
def clear_caches(self):
"""
"""
Loading