-
-
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
fix multiIndex min max issue #2923 #2924
Conversation
Hello @arabidopsis! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2019-06-27 16:06:21 UTC |
Oops... I usually use black -- which I turned off since it would really have stuffed the code :) |
Awesome, thank you @arabidopsis! If you don't mind, it would be great if you could add a brief note about the bug fix to You can ignore the test failure on Python 3.5. Something else seems to be going wrong there. |
No problem. Thanks for xarray! Just a question. I put a guard in to test just for tuples (because that's what was breaking for me) but it seems to me that Wasn't sure. |
Yes, it does seem like a good idea to just return |
Thanks @arabidopsis. Welcome to xarray! |
I ran pytest and it didn't seem to produce any problems.