Skip to content

Commit

Permalink
Remove unused function from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flferretti committed Nov 13, 2024
1 parent 3b526cb commit a8b12e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions tests/parametric/test_Jax_computations_parametric.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@
"r_ankle_roll",
]


def SX2DM(x):
return cs.DM(x)


logging.basicConfig(level=logging.DEBUG)
logging.debug("Showing the robot tree.")

Expand Down
5 changes: 0 additions & 5 deletions tests/parametric/test_NumPy_computations_parametric.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@
"r_ankle_roll",
]


def SX2DM(x):
return cs.DM(x)


logging.basicConfig(level=logging.DEBUG)
logging.debug("Showing the robot tree.")

Expand Down

0 comments on commit a8b12e6

Please sign in to comment.