-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
inconsistent behavior in stack/unstack along one dimension #1431
Comments
Hi @d-chambers I am currently working for more consistent |
Agreed, this does seem inconsistent. Thanks for the report! |
This works with current master - so it can probably be closed? @d-chambers? (I think there is a error in the example - shouldn't it be |
Yes, fixed the example. This seems to be fixed now, closing. Thanks again! |
I am using Ubuntu 16, python 3.6, and xarray 0.9.1
A DataArray can be stacked along one dimension, but when unstack is called a ValueError is raised. It seems that either unstack should work, or calling stack should also raise a ValueError.
The text was updated successfully, but these errors were encountered: