Skip to content
Snippets Groups Projects
Commit 13571714 authored by Christopher FINELLI's avatar Christopher FINELLI
Browse files

The little typo was corrected

parent 3a5d5b89
No related branches found
No related tags found
1 merge request!60The little typo was corrected
Pipeline #
......@@ -9,7 +9,7 @@ from .singleton import *
import numpy
def score_fusion_strategy(strategy_name = 'avarage'):
def score_fusion_strategy(strategy_name = 'average'):
"""Returns a function to compute a fusion strategy between different scores.
Different strategies are employed:
......
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