-
-
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 test suite warnings re drop
#3460
Conversation
ref #3266. This was causing about a quarter of the total, because of the test's parameterization. |
One other issue: it suggests using |
Yes, this was a suggestion for a new method |
How would this work differently from |
I think the idea is just to provide a more explicit option for dropping
variables instead of labels. It's a little messy all in one API.
…On Wed, Oct 30, 2019 at 6:30 PM Maximilian Roos ***@***.***> wrote:
Yes, this was a suggestion for a new method
How would this work differently from .drop(var_name)? Or would we
deprecate that use of drop?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3460?email_source=notifications&email_token=AAJJFVQVAGWK6TUU6JPFZA3QRIYMDA5CNFSM4JGOGT52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECWI3QI#issuecomment-548179393>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJJFVT7WTBA7N5VOPPRNS3QRIYMDANCNFSM4JGOGT5Q>
.
|
Yeah, agree it's messy. I think we could have |
Yeah, that was my thought
…On Wed, Oct 30, 2019 at 6:43 PM Maximilian Roos ***@***.***> wrote:
I think the idea is just to provide a more explicit option for dropping
variables instead of labels. It's a little messy all in one API.
Yeah, agree it's messy. I think we could have drop_vars, completely
deprecate any use of drop apart from lables, and then we're in a decent
place? Or is that too much churn?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3460?email_source=notifications&email_token=AAJJFVQCFMCNQTGOOZQ5VJTQRIZ5LA5CNFSM4JGOGT52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECWJOMA#issuecomment-548181808>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJJFVQTAUQ6ITQGU3AJ4UTQRIZ5LANCNFSM4JGOGT5Q>
.
|
* upstream/master: __dask_tokenize__ (pydata#3446) Type check sentinel values (pydata#3472) Fix typo in docstring (pydata#3474) fix test suite warnings re `drop` (pydata#3460) Fix integrate docs (pydata#3469) Fix leap year condition in monthly means example (pydata#3464) Hypothesis tests for roundtrip to & from pandas (pydata#3285) unpin cftime (pydata#3463) Cleanup whatsnew (pydata#3462) enable xr.ALL_DIMS in xr.dot (pydata#3424) Merge stable into master (pydata#3457) upgrade black verison to 19.10b0 (pydata#3456) Remove outdated code related to compatibility with netcdftime (pydata#3450) Remove deprecated behavior from dataset.drop docstring (pydata#3451) jupyterlab dark theme (pydata#3443) Drop groups associated with nans in group variable (pydata#3406) Allow ellipsis (...) in transpose (pydata#3421) Another groupby.reduce bugfix. (pydata#3403) add icomoon license (pydata#3448)
* upstream/master: (27 commits) drop_vars; deprecate drop for variables (pydata#3475) uamiv test using only raw uamiv variables (pydata#3485) Optimize dask array equality checks. (pydata#3453) Propagate indexes in DataArray binary operations. (pydata#3481) python 3.8 tests (pydata#3477) __dask_tokenize__ (pydata#3446) Type check sentinel values (pydata#3472) Fix typo in docstring (pydata#3474) fix test suite warnings re `drop` (pydata#3460) Fix integrate docs (pydata#3469) Fix leap year condition in monthly means example (pydata#3464) Hypothesis tests for roundtrip to & from pandas (pydata#3285) unpin cftime (pydata#3463) Cleanup whatsnew (pydata#3462) enable xr.ALL_DIMS in xr.dot (pydata#3424) Merge stable into master (pydata#3457) upgrade black verison to 19.10b0 (pydata#3456) Remove outdated code related to compatibility with netcdftime (pydata#3450) Remove deprecated behavior from dataset.drop docstring (pydata#3451) jupyterlab dark theme (pydata#3443) ...
Some more warnings silenced