Skip to content

Commit

Permalink
Log ceres version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe committed Apr 30, 2024
1 parent 3567eb2 commit f90405e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _pyceres/bindings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ namespace py = pybind11;
PYBIND11_MODULE(pyceres, m) {
m.doc() = "PyCeres - Python bindings for the Ceres solver.";
m.attr("__version__") = py::str(VERSION_INFO);
m.attr("__ceres_version__") = py::str(CERES_VERSION_STRING);

py::add_ostream_redirect(m, "ostream_redirect");
BindLogging(m);
Expand Down

0 comments on commit f90405e

Please sign in to comment.