mesoOSU / Mart2Aust_Hackathon

Fork of Orix for developing tools necessary to make the AusRecon package in python
https://orix.readthedocs.io
GNU General Public License v3.0
2 stars 13 forks source link

added cryspy 27 #54

Closed argerlt closed 2 years ago

argerlt commented 2 years ago

Co-Authored-By: paytonej 86079357+paytonej@users.noreply.github.com

Description of the change

Progress of the PR

Minimal example of the bug fix or new feature

>>> from orix import vector
>>> v = vector.Vector3d([1, 1, 1])
>>> # Your new feature...

For reviewers