Skip to content

Commit 4c6849e

Browse files
committed
Fix Python bindings name typo
1 parent 74ab57d commit 4c6849e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ecole/src/ecole/core/scip.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ void bind_submodule(py::module_ m) {
4949
m.def("name", name, "Return the name used by the reverse callback.");
5050

5151
m.attr("priority_max") = priority_max;
52-
m.attr("maxdepth_none") = max_depth_none;
53-
m.attr("maxbounddist_none") = max_bound_distance_none;
52+
m.attr("max_depth_none") = max_depth_none;
53+
m.attr("max_bound_distance_none") = max_bound_distance_none;
5454
m.attr("frequency_always") = frequency_always;
5555
m.attr("frequency_offset_none") = frequency_offset_none;
5656

0 commit comments

Comments
 (0)