-
-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
enable dimension order in selection #2103
Conversation
This does fix the problem, but feels like the wrong solution |
I am not sure there is any other way around. We start from labelled data and remove the labels in the process, but then functions assume that the dimensions are in the |
Co-authored-by: Oriol Abril-Pla <oriol.abril.pla@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #2103 +/- ##
==========================================
- Coverage 90.79% 90.77% -0.03%
==========================================
Files 117 117
Lines 12488 12504 +16
==========================================
+ Hits 11338 11350 +12
- Misses 1150 1154 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
make sure all functions mentioned in #2102 (comment) also work |
#2126 fixed a few other functions. The only remaining ones I can find with dimension ordering issues are:
|
I think someone more familiar with xarray should give an actual review, but all the plots in #2103 (comment) LGTM now. Thanks! |
Going to push this in, all adhoc tests are working. |
Description
Fixes #2102
Add
dim_order
keyword forxarray_var_iter
Checklist
📚 Documentation preview 📚: https://arviz--2103.org.readthedocs.build/en/2103/