Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelco Hoogendoorn committed Nov 3, 2023
1 parent 5c2391c commit e8f695c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions numga/backend/test/test_numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,5 @@ def test_inverse_6d():
print(i)
check_inverse(x, i)

m = random_motor(ga, (1,))
check_inverse(m, m.inverse())
# m = random_motor(ga, (1,))
# check_inverse(m, m.inverse())

0 comments on commit e8f695c

Please sign in to comment.