Skip to content

Commit

Permalink
misc bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gsubramani committed May 5, 2021
1 parent d4dab48 commit 04391ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions requirements

This file was deleted.

4 changes: 2 additions & 2 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
A = [np.eye(3),np.eye(3)]
f = np.array([[0., 1, 0], [1, 0, 0]])
tau = np.array([[0., 0, -1], [0, 0, -1]])
v = np.array([[0.00, 0., 0], [-0.00, 0, 0.0]])
w = np.array([[100.00, 0, 0], [0.00, 0, -0]])
v = np.array([[0.001, 0., 0], [-0.001, 0, 0.0]])
w = np.array([[100.00, 0, 0], [0.001, 0, -0]])

id = InputData(p,q,A,v,w,f,tau)

Expand Down

0 comments on commit 04391ad

Please sign in to comment.