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
Galaxies
LEPHARE
Commits
d5517e9d
Commit
d5517e9d
authored
May 10, 2022
by
Johann Cohen-Tanugi
Browse files
fix the removal of keyword::one_string in the python bindings
parent
d1745b43
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/_bindings.cc
View file @
d5517e9d
...
...
@@ -90,7 +90,6 @@ PYBIND11_MODULE(_lephare, mod) {
.
def
(
"split_long"
,
&
keyword
::
split_long
)
.
def
(
"split_double"
,
&
keyword
::
split_double
)
.
def
(
"split_bool"
,
&
keyword
::
split_bool
)
.
def
(
"one_string"
,
&
keyword
::
one_string
)
.
def
(
"__repr__"
,
[](
const
keyword
&
a
)
{
return
"("
+
a
.
name
+
", "
+
a
.
value
+
")"
;
...
...
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