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

xarray-2022.9.0 breaks weldx #810

Closed
marscher opened this issue Sep 30, 2022 · 2 comments · Fixed by #811 or #861
Closed

xarray-2022.9.0 breaks weldx #810

marscher opened this issue Sep 30, 2022 · 2 comments · Fixed by #811 or #861

Comments

@marscher
Copy link
Collaborator

  • dimensions with just one element cannot be aligned any more with arrays having more dimensions. E.g. dims ("time", ) is not alignable to other dims ("time", "c", "foobar").
    ValueError: cannot align objects with join='exact' where index/labels/sizes are not equal along these coordinates (dimensions): 'time' ('time',)
@CagtayFabry
Copy link
Member

I'm afraid that will probably require a deeper look our indexing/interpolaition code

Maybe this is a good time for a new release that forbids the new xarray version since there are no new features coming in in the near feature anyway. What do you think @marscher ?

@marscher
Copy link
Collaborator Author

pinning until we'll resolve this sounds the right thing to do.

marscher added a commit to marscher/weldx that referenced this issue Sep 30, 2022
@marscher marscher mentioned this issue Sep 30, 2022
5 tasks
CagtayFabry pushed a commit that referenced this issue Oct 5, 2022
@marscher marscher mentioned this issue Mar 27, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants