Skip to content

Commit

Permalink
Merge branch 'devel' of github.com:simeon-ned/pinocchio into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Sep 30, 2024
2 parents b6e2f7f + c7d8ed6 commit f66d8a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unittest/python/bindings_inertia.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ def test_dynamic_parameters(self):
# TODO: add test for PseudoInverseMatrix
# TODO: add test for LogCholeskyParameters

# TODO: add test for PseudoInverseMatrix
# TODO: add test for LogCholeskyParameters

def test_array(self):
In = pin.Inertia.Random()
I_array = np.array(In)
Expand Down

0 comments on commit f66d8a5

Please sign in to comment.