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
Matthias Mayr
limbo
Commits
b214fd81
Commit
b214fd81
authored
Aug 03, 2017
by
Jean-Baptiste Mouret
Browse files
minor change
parent
de3e1329
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
b214fd81
...
...
@@ -322,4 +322,4 @@ intersphinx_mapping = {
}
# for versioning
scv_whitelist_branches
=
(
'master'
,
'release-1.0'
)
scv_whitelist_branches
=
(
'master'
,
'release-1.0'
,
'new_benchmarks'
)
waf_tools/benchmarks.py
View file @
b214fd81
...
...
@@ -336,7 +336,7 @@ def run_regression_benchmarks(ctx):
for
i
in
range
(
0
,
nb_rep
):
Logs
.
pprint
(
'NORMAL'
,
'%s Running (limbo): %s for the %s-th time %s'
%
(
HEADER
,
name
,
str
(
i
),
NC
))
exp_i
=
directory
+
"/exp_"
+
str
(
i
)
s
=
"cd "
+
exp_i
+
";./"
+
f
name
s
=
"cd "
+
exp_i
+
";./"
+
name
retcode
=
subprocess
.
call
(
s
,
shell
=
True
,
env
=
None
)
# run GPy experiments
...
...
@@ -349,4 +349,4 @@ def run_regression_benchmarks(ctx):
# plot all if possible
if
plotting_ok
:
plot_regression_benchmarks
.
plot_all
()
\ No newline at end of file
plot_regression_benchmarks
.
plot_all
()
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