Open banesullivan opened 2 years ago
Was running into an issue with a particular DataArray where:
mesh = ds.data.pyvista.mesh(x='x', y='y', z='z')
and
mesh = ds.data.pyvista.mesh(x='z', y='y', z='x')
were yielding the same result.
This is unexpected and I think the DataArray wasn't/isn't being reorder properly
DataArray
Need to reproduce this bug with a standard dataset
Was running into an issue with a particular DataArray where:
and
were yielding the same result.
This is unexpected and I think the
DataArray
wasn't/isn't being reorder properly