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

quickfix #32

Closed argerlt closed 2 years ago

argerlt commented 2 years ago

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