-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REF: collect to_xarray tests #32877
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
REF: collect to_xarray tests #32877
Conversation
I would create pandas/tests/downstream and move pandas/tests/test_downstream.py to there along with this test file (name is good), maybe even move the xarray test to that (inside test_downstream.py) |
ping on green. |
I'll give this some thought. I kind of like test_downstream.py for the specific "dont break downstream" purpose it has no (just asked xarray folks to open a PR with a regression test thatll go there) |
hmm needs a rebase |
thanks |
* implement test_to_xarray * dummy commit to force CI
I'm split on where to put test_to_xarray. Since its testing one method, tests/generic/methods/ makes sense. BUT we could try to reserve that directory for tests that are nicely parametrized over Series/DataFrame, which these are not. Thoughts?