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
9bef9b03
Commit
9bef9b03
authored
Aug 09, 2018
by
Carine Rey
Browse files
put msd in slow mode
parent
82fd212c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
lib/pipeline.ml
lib/pipeline.ml
+16
-16
No files found.
lib/pipeline.ml
View file @
9bef9b03
...
...
@@ -96,19 +96,18 @@ let derive_from_tree ~tree_dir ~tree ~profile ~preview ~use_concat ~ns ~no_Ne ~n
[
H0
;
HaPCOC
;
HaPC
];
(
if
no_HaPC
then
[]
else
[
HaPC
;
]
);
if
preview
then
[]
else
[(
if
no_HaPC
then
[]
else
[
HaPC
;
]
)
;
(
if
no_Ne
then
[(
if
no_Ne
then
[]
else
[
H0_NeSmall
;
...
...
@@ -229,12 +228,13 @@ let derive_from_det_meth ~det_meth ~(dataset : Dataset.t) ~preview =
let
derive_from_dataset
~
dataset
~
preview
~
fast_mode
=
let
det_meths
=
[
[
`Pcoc
;
`Tdg09
;
`Identical_LG
;
`Topological_LG
;
`Multinomial
;
`Msd
]
;
[
`Identical_LG
;
`Topological_LG
;
`Multinomial
;
`Pcoc
;
`Tdg09
;
]
;
if
preview
then
[]
else
...
...
@@ -246,7 +246,7 @@ let derive_from_dataset ~dataset ~preview ~fast_mode=
if
fast_mode
then
[]
else
[
`Diffsel
;
`Pcoc_C60
;]
;
[
`Diffsel
;
`Pcoc_C60
;
`Msd
;
]
;
]
|>
List
.
concat
in
let
res_by_tools
=
List
.
map
det_meths
~
f
:
(
fun
det_meth
->
...
...
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