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
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
VEBER Philippe
codepi
Commits
80b65b06
Commit
80b65b06
authored
Sep 04, 2018
by
LANORE Vincent
Browse files
Corrected warning in profile.ml
parent
1b83c56f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lib/profile.ml
lib/profile.ml
+2
-3
No files found.
lib/profile.ml
View file @
80b65b06
...
...
@@ -51,7 +51,7 @@ type profile_choice =
|
All
|
Dist
|
Unif_3
let
profile_l_of_splitted_profile
~
nb_cat
~
nb_sites
profile_fn
~
seed
=
let
profile_f
=
input
profile_fn
in
let
prefix
=
Filename
.
chop_extension
(
Filename
.
basename
profile_fn
)
in
...
...
@@ -73,5 +73,4 @@ let profile_l_of_splitted_profile ~nb_cat ~nb_sites profile_fn ~seed =
{
profile_c
=
p0
;
profile_n
=
prefix
^
"_1categorie_max_dist"
;
profile_f
};
)
|
All
->
(
let
p0
=
splitted_profile
/
selector
[
"profile_0.tsv"
]
in
{
profile_c
=
p0
;
profile_n
=
prefix
;
profile_f
})
|
_
->
failwith
{
|
nbcat
must
be
1
or
3
|
}
{
profile_c
=
p0
;
profile_n
=
prefix
;
profile_f
})
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