Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
50a3af40
Commit
50a3af40
authored
Jul 12, 2018
by
Carine Rey
Browse files
change diffsel_mean threshold to 0.11
parent
7af3a9d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/convergence_detection.ml
lib/convergence_detection.ml
+2
-2
No files found.
lib/convergence_detection.ml
View file @
50a3af40
...
...
@@ -97,8 +97,8 @@ let plot_merge_results ~(res_by_tools:result list) ~tree ~faa ~tsv : svg workflo
let
opt
=
match
res
with
|
`Pcoc
_
->
"PCOC:0.99"
|
`Pcoc_gamma
_
->
"PCOC_gamma:0.99"
|
`Diffsel
_
->
"Diffsel_mean:0.
9
,Diffsel_max:0.9"
|
`Diffsel_bis
_
->
"Diffsel_bis_mean:0.
9
,Diffsel_bis_max:0.9"
|
`Diffsel
_
->
"Diffsel_mean:0.
11
,Diffsel_max:0.9"
|
`Diffsel_bis
_
->
"Diffsel_bis_mean:0.
11
,Diffsel_bis_max:0.9"
|
`Identical_LG
_
->
"Identical_LG08:0.9"
|
`Identical_WAG
_
->
"Identical_WAG01:0.9"
|
`Topological_LG
_
->
"Topological_LG08:0.9"
...
...
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