Skip to content
Snippets Groups Projects
Commit 2e9f0013 authored by Maxence Naud's avatar Maxence Naud
Browse files

[Fix] replace() binding

parent 835e17e7
No related branches found
No related tags found
1 merge request!45[Upd] replace() instead of replaceWith() in GraphView
Pipeline #33934 failed
......@@ -73,7 +73,7 @@ void init_GraphView(py::module& m) {
:type includeLearnableParameter
)mydelimiter")
.def_static("replace", &GraphView::replace, py::args("old_nodes"), py::arg("new_nodes"),
.def_static("replace", &GraphView::replace, py::arg("old_nodes"), py::arg("new_nodes"),
R"mydelimiter(
Replace the old set of Nodes with the new set of given Nodes if possible in every GraphView.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment