Skip to content
Snippets Groups Projects
Unverified Commit 61f61f60 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #257 from jcarpent/devel

Fix naming
parents 863e4b1f 570aa518
No related branches found
No related tags found
No related merge requests found
Pipeline #15862 passed with warnings
Subproject commit a689714c0d0890ffff5649ba25cbaed44dd6e660
Subproject commit 4b30eba00b9e197583f3239e5a6a454e8655ea03
......@@ -34,7 +34,7 @@ namespace eigenpy
Exception::registerException();
bp::def("setNumpyType",&NumpyType::setNumpyType,
bp::arg("Numpy type (np.ndarray or np.matrix)"),
bp::arg("numpy_type"),
"Change the Numpy type returned by the converters from an Eigen object.");
bp::def("getNumpyType",&NumpyType::getNumpyType,
......
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