Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.pad.base
Commits
88d40c99
Commit
88d40c99
authored
Nov 05, 2018
by
Amir MOHAMMADI
Browse files
remove protocol names as well
parent
9a65c660
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/cross.py
View file @
88d40c99
...
...
@@ -117,7 +117,7 @@ def cross(ctx, score_jinja_template, databases, protocols, algorithms,
algorithms
=
sorted
(
algorithms
,
key
=
sort_key
)
for
algorithm
in
algorithms
:
rows
.
append
([
algorithm
.
replace
(
train_database
+
'_'
,
''
)])
rows
.
append
([
algorithm
.
replace
(
train_database
+
'_'
,
''
).
replace
(
train_protocol
+
'_'
,
''
)])
for
database
,
protocol
in
zip
(
databases
,
protocols
):
cell
=
[]
for
group
in
groups
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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