pyxem / orix

Analysing crystal orientations and symmetry in Python
https://orix.readthedocs.io
GNU General Public License v3.0
80 stars 48 forks source link

Fixed failing example in from_matrix docs of quaternion #438

Closed anderscmathisen closed 1 year ago

anderscmathisen commented 1 year ago

Description of the change

Fixed failing example in docstring of from_matrix() in Quaternion class.

Progress of the PR

Minimal example of the bug fix or new feature

N/A

For reviewers