Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential bug in setting axes for data array (XYZ=ZYX) #41

Open
banesullivan opened this issue Oct 10, 2022 · 1 comment
Open

Potential bug in setting axes for data array (XYZ=ZYX) #41

banesullivan opened this issue Oct 10, 2022 · 1 comment
Labels
bug Something isn't working stale

Comments

@banesullivan
Copy link
Member

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

@banesullivan 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
@banesullivan banesullivan added the bug Something isn't working label Oct 10, 2022
@banesullivan
Copy link
Member Author

Need to reproduce this bug with a standard dataset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

1 participant