Replies: 1 comment
-
|
In kikuchipy, we're now testing against orix 0.15.0rc1 in pyxem/kikuchipy@b94b8e6. Test suite passes and the docs look as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Are you using orix to reduce/project (mis)orientations to the fundamental zone?
We just released a bug fix in a release candidate on PyPI, 0.15.0rc1, where we fixed a bug in this functionality.
For anyone interested, we'd appreciate it if you could:
pip install --pre orixWe should hopefully be able to solve the problem.
We intend to release this bug fix in a proper release 0.15.0 in two weeks, i.e. around June 24.
Specifically, we switched the order of symmetries in the following methods:
orix.quaternion.Orientation.reduce()(API)orix.quaternion.Misorientation.reduce()(API)(These methods were previously named
map_into_symmetry_reduced_zone().)Beta Was this translation helpful? Give feedback.
All reactions