Skip to content

Commit

Permalink
bump and remove duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Oct 25, 2019
1 parent 81eca56 commit a6f0e5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions trimesh/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1310,8 +1310,6 @@ def quaternion_matrix(quaternion):
dtype=np.float64,
copy=True).reshape((-1, 4))
n = np.einsum('ij,ij->i', q, q)
# get the norm of each vector
n = np.dot(q * q, [1, 1, 1, 1])
# how many entries do we have
num_qs = len(n)
identities = n < _EPS
Expand Down
2 changes: 1 addition & 1 deletion trimesh/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.2.37'
__version__ = '3.2.38'

0 comments on commit a6f0e5f

Please sign in to comment.