Skip to content
Snippets Groups Projects

The little typo was corrected

Merged Christopher FINELLI requested to merge typo into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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:
Loading