Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.base
Commits
757666c6
Commit
757666c6
authored
Jun 29, 2015
by
Manuel Günther
Browse files
Fixed issue with parallelized ZT-norm
parent
8b791004
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/base/tools/scoring.py
View file @
757666c6
...
...
@@ -258,7 +258,7 @@ def compute_scores(algorithm, compute_zt_norm, force = False, indices = None, gr
if
compute_zt_norm
:
t_model_ids
=
fs
.
t_model_ids
(
group
)
if
indices
!=
None
:
t_model_ids
_short
=
t_model_ids
[
indices
[
0
]:
indices
[
1
]]
t_model_ids
=
t_model_ids
[
indices
[
0
]:
indices
[
1
]]
# compute A scores
if
'A'
in
types
:
...
...
@@ -271,7 +271,6 @@ def compute_scores(algorithm, compute_zt_norm, force = False, indices = None, gr
# compute C scores
if
'C'
in
types
:
t_model_ids_short
=
t_model_ids
_scores_c
(
algorithm
,
t_model_ids
,
group
,
force
)
# compute D scores
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment