Skip to content
Snippets Groups Projects
Commit 06043593 authored by Gabriele Buondonno's avatar Gabriele Buondonno
Browse files

[python] Mark npToTuple and npToTTuple as deprecated inside rpy

parent 98cf29c7
Branches
Tags
No related merge requests found
......@@ -148,3 +148,7 @@ def kineticEnergy(model,data,q,v,update_kinematics=True):
return pin.computeKineticEnergy(model,data)
kineticEnergy.__doc__ += '\n' + pin.computeKineticEnergy.__doc__
from .utils import npToTTuple, npToTuple
pin.rpy.npToTTuple = deprecated("This function was moved to the utils submodule.")(npToTTuple)
pin.rpy.npToTuple = deprecated("This function was moved to the utils submodule.")(npToTuple)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment