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
Brice Videau
CCS
Commits
ade5ece6
Commit
ade5ece6
authored
Jul 30, 2020
by
Brice Videau
Browse files
Fix wrong method called.
parent
6691ee57
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/cconfigspace/tuner.py
View file @
ade5ece6
...
...
@@ -81,7 +81,7 @@ class Tuner(Object):
if
hasattr
(
self
,
"_configuration_space"
):
return
self
.
_configuration_space
v
=
ccs_configuration_space
()
res
=
ccs_
evaluation
_get_configuration_space
(
self
.
handle
,
ct
.
byref
(
v
))
res
=
ccs_
tuner
_get_configuration_space
(
self
.
handle
,
ct
.
byref
(
v
))
Error
.
check
(
res
)
self
.
_configuration_space
=
ConfigurationSpace
.
from_handle
(
v
)
return
self
.
_configuration_space
...
...
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