Skip to content

Do not convert to ndarray

Dieter Weber requested to merge weber/empyre:support-ragged into master

...since supporting ragged tuples is useful for 2D visualization, like (data.real, data.imag, 0) for complex numbers. This will trigger a deprecation warning since NumPy 1.19 in the current state.

See also https://github.com/LiberTEM/LiberTEM/pull/851

Merge request reports