You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
banesullivan
changed the title
Potential bug in setting axes for data array (XYZ=ZXY)
Potential bug in setting axes for data array (XYZ=ZYX)
Oct 10, 2022
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 properlyThe text was updated successfully, but these errors were encountered: