-
-
Notifications
You must be signed in to change notification settings - Fork 427
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
plot_trace errors for non-default order of dimensions #2102
Comments
Problem with sel_utils.xarray_var_iter? |
Line 190 in 5ca7643
This returns an array with the shape based on the order of data. Currently this function is missing the reshape possibility. E.g. we could add one more step to that loop and call |
Quite a few other functions use A few more functions that do the wrong thing with dimensions are |
I mean that function returns values in the original order. So we can add possibility to change the order there (we still have dims) |
Describe the bug
The default dimension order of variables is
(chain, draw, shape...)
, but as discussed in #1693, all dimension orders should be supported.plot_trace
errors when the dimension order is(draw, chain)
.To Reproduce
The text was updated successfully, but these errors were encountered: