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.measure
Commits
49bb9257
Commit
49bb9257
authored
Jan 16, 2019
by
Amir MOHAMMADI
Browse files
Fix decimal option in metrics command
parent
43b7839e
Pipeline
#26010
passed with stage
in 23 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/measure/script/common_options.py
View file @
49bb9257
...
...
@@ -608,8 +608,8 @@ def metrics_command(docstring, criteria=('eer', 'min-hter', 'far'),
@
open_file_mode_option
()
@
verbosity_option
()
@
click
.
pass_context
@
functools
.
wraps
(
func
)
@
decimal_option
()
@
functools
.
wraps
(
func
)
def
wrapper
(
*
args
,
**
kwds
):
return
func
(
*
args
,
**
kwds
)
return
wrapper
...
...
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