glotzerlab / rowan

A Python package for working with quaternions.
https://rowan.readthedocs.io/
Other
17 stars 9 forks source link

Equivalent quaternions not working correctly #5

Closed bdice closed 5 years ago

bdice commented 6 years ago

Original report by Vyas Ramasubramani (Bitbucket: vramasub, GitHub: vyasr).


The equivalent_orientations argument of mapping.procrustes does not work; for any quaternion that is not the identity, it produces incorrect results.

vyasr commented 5 years ago

Fixed in #11