Skip to content
Snippets Groups Projects
Commit e14e6f28 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Merge branch '159-score_reduction_algorithm-in-bioalgorithm-cannot-be-changed' into 'master'

Resolve "score_reduction_algorithm in BioAlgorithm cannot be changed"

Closes #159

See merge request !259
parents c746d5f0 14c74a8e
No related branches found
No related tags found
1 merge request!259Resolve "score_reduction_algorithm in BioAlgorithm cannot be changed"
Pipeline #53083 passed
...@@ -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):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment