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
d9af79ba
Commit
d9af79ba
authored
May 25, 2018
by
Theophile GENTILHOMME
Browse files
[script][vuln_commands] Typo in criteria
parent
0f078e36
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/pad/base/script/vuln_commands.py
View file @
d9af79ba
...
...
@@ -332,7 +332,7 @@ def hist(ctx, scores, evaluation, **kwargs):
@
common_options
.
scores_argument
(
min_arg
=
2
,
force_eval
=
True
,
nargs
=-
1
)
@
common_options
.
eval_option
()
@
common_options
.
table_option
()
@
common_options
.
criterion_option
(
lcriteria
=
[
'bpcer20
1
'
,
'eer'
,
'min-hter'
])
@
common_options
.
criterion_option
(
lcriteria
=
[
'bpcer20'
,
'eer'
,
'min-hter'
])
@
common_options
.
thresholds_option
()
@
open_file_mode_option
()
@
common_options
.
output_log_metric_option
()
...
...
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