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
Martin Lebourdais
s4d
Commits
c860711a
Commit
c860711a
authored
May 04, 2018
by
Florent Desnous
Browse files
Update viewer_utils.py
parent
b9771802
Changes
1
Hide whitespace changes
Inline
Side-by-side
s4d/gui/viewer_utils.py
View file @
c860711a
...
@@ -111,6 +111,6 @@ def diar_diff(hyp, ref, match=True, inter=False, collar=25):
...
@@ -111,6 +111,6 @@ def diar_diff(hyp, ref, match=True, inter=False, collar=25):
diar
.
append_diar
(
add_intersection
(
ref
,
hyp
,
assign
))
diar
.
append_diar
(
add_intersection
(
ref
,
hyp
,
assign
))
if
collar
>
0
:
if
collar
>
0
:
logging
(
'append collar'
)
logging
.
info
(
'append collar'
)
add_collar
(
diar
,
collar
)
add_collar
(
diar
,
collar
)
return
diar
return
diar
\ No newline at end of file
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