Skip to content

Commit

Permalink
[python] fix signature in expose-manifold.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR authored and jorisv committed Jun 25, 2024
1 parent c3e8ab5 commit 3308bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/expose-manifold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void exposeManifoldBase() {
m.Jdifference(x0, x1, Jout, arg);
return Jout;
},
("self"_a, "x", "v", "arg"),
("self"_a, "x0", "x1", "arg"),
"Compute and return the Jacobian of the log.")
.def("tangent_space", &Manifold::tangentSpace, bp::args("self"),
"Returns an object representing the tangent space to this manifold.")
Expand Down

0 comments on commit 3308bfa

Please sign in to comment.