Skip to content

Commit

Permalink
Remove trash
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Aug 29, 2024
1 parent d63bae0 commit ddee08f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rednose/helpers/sympy_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def cross(x):
ret[0, 1], ret[0, 2] = -x[2], x[1]
ret[1, 0], ret[1, 2] = x[2], -x[0]
ret[2, 0], ret[2, 1] = -x[1], x[0]
sp.expand
return ret


Expand Down

0 comments on commit ddee08f

Please sign in to comment.