Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.bio.base
Merge requests
!60
The little typo was corrected
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
The little typo was corrected
typo
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Merged
Christopher FINELLI
requested to merge
typo
into
master
8 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
Just fix a typo in the
init
.py file of bob.bio.base.utils that could cause an expected error
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
13571714
1 commit,
8 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bob/bio/base/utils/__init__.py
+
1
−
1
Options
@@ -9,7 +9,7 @@ from .singleton import *
import
numpy
def
score_fusion_strategy
(
strategy_name
=
'
av
a
rage
'
):
def
score_fusion_strategy
(
strategy_name
=
'
av
e
rage
'
):
"""
Returns a function to compute a fusion strategy between different scores.
Different strategies are employed:
Loading