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
5dba4ad1
Commit
5dba4ad1
authored
Aug 01, 2017
by
Konstantinos Chatzilygeroudis
Browse files
Make plot bo python3 compatible [ci skip]
parent
c2b40464
Changes
1
Hide whitespace changes
Inline
Side-by-side
waf_tools/plot_bo_benchmarks.py
View file @
5dba4ad1
...
...
@@ -82,7 +82,7 @@ def load_data():
for
f
in
files
:
fs
=
f
.
split
(
"/"
)
func
,
var
,
lib
=
fs
[
-
1
],
fs
[
-
2
],
fs
[
-
3
]
print
func
,
var
,
lib
print
(
func
,
var
,
lib
)
data
[
func
][
lib
][
var
]
=
np
.
loadtxt
(
f
)
return
data
...
...
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