pyxem/pyxem-demos

02 GaAs Nanowire - Phase Mapping - Orientation Mapping Issue

Opened this issue · 1 comments

Hi, I am a new user for PyXem.
When I run the Jupyter Notebook of 02 GaAs Nanowire - Phase Mapping - Orientation Mapping, one step tells me:
image

Could any give any suggestions about how to solve this?

pc494 commented

Hi,

This is currently an open bugfix pyxem/pyxem#771 - for now I suggest you add a line above the command you've submitted:

indexation_results.data = np.deg2rad(indexation_results.data)

which should make the warning go away.