Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.measure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.measure
Commits
db260c30
Commit
db260c30
authored
Jan 16, 2019
by
Amir MOHAMMADI
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'p1' into 'master'
Fix decimal option in metrics command Closes
#52
See merge request
!91
parents
43b7839e
49bb9257
Pipeline
#26015
passed with stages
in 13 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bob/measure/script/common_options.py
bob/measure/script/common_options.py
+1
-1
No files found.
bob/measure/script/common_options.py
View file @
db260c30
...
...
@@ -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
Markdown
is supported
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