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
Position of dims is not so important in xarray, but when we work convert back to numpy it is.
I was suprised by the behavior of placing the stacked dimensions on the right. Any reason for this?
It sounds like it would also be more likely to involve a copy of the underlying data compared to if it was kept on the left, where samples/chains usually are?
The text was updated successfully, but these errors were encountered:
ricardoV94
changed the title
Sould extract place the sample dims at the front
Sould extract place the sample dims on the left?
Jan 16, 2025
Thanks @ricardoV94, can you do us a favor and give an example of the code now, and what you would have expected it to be, given your observation? The ability to compare and contrast in the issue will help facilitate the conversation and for us to debug.
Position of dims is not so important in xarray, but when we work convert back to numpy it is.
I was suprised by the behavior of placing the stacked dimensions on the right. Any reason for this?
It sounds like it would also be more likely to involve a copy of the underlying data compared to if it was kept on the left, where samples/chains usually are?
The text was updated successfully, but these errors were encountered: