html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue https://github.com/pydata/xarray/pull/2524#issuecomment-435621982,https://api.github.com/repos/pydata/xarray/issues/2524,435621982,MDEyOklzc3VlQ29tbWVudDQzNTYyMTk4Mg==,1217238,2018-11-03T21:24:18Z,2018-11-03T21:24:18Z,MEMBER,thanks @dcherian ,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,374849806 https://github.com/pydata/xarray/pull/2524#issuecomment-434887467,https://api.github.com/repos/pydata/xarray/issues/2524,434887467,MDEyOklzc3VlQ29tbWVudDQzNDg4NzQ2Nw==,1217238,2018-11-01T00:00:37Z,2018-11-01T00:00:37Z,MEMBER,"_calculate_binary_op shouldn't lose the inplace argument -- it's used for Python inplace arithmetic like +=. On Wed, Oct 31, 2018 at 12:00 PM Deepak Cherian wrote: > OK so what's left is Dataset._calculate_binary_op(g, other, inplace=True) > called by Dataset._inplace_binary_op at Line 3307 in dataset.py. I don't > know what the right fix is. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > , or mute > the thread > > . > ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,374849806 https://github.com/pydata/xarray/pull/2524#issuecomment-434802366,https://api.github.com/repos/pydata/xarray/issues/2524,434802366,MDEyOklzc3VlQ29tbWVudDQzNDgwMjM2Ng==,2448579,2018-10-31T18:42:14Z,2018-10-31T18:42:14Z,MEMBER,"OK so what's left is `Dataset._calculate_binary_op(g, other, inplace=True)` called by `Dataset._inplace_binary_op` at Line 3307 in dataset.py. I don't know what the right fix is. ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,374849806 https://github.com/pydata/xarray/pull/2524#issuecomment-434491155,https://api.github.com/repos/pydata/xarray/issues/2524,434491155,MDEyOklzc3VlQ29tbWVudDQzNDQ5MTE1NQ==,1217238,2018-10-30T22:20:26Z,2018-10-30T22:20:26Z,MEMBER,"In general, I would be OK with *not* testing inplace behavior carefully. We can certainly add this to specific test methods but overall I think it's better to have slightly less test coverage of deprecated behavior rather than to raise deprecation warnings as part of unrelated operations. On Tue, Oct 30, 2018 at 3:06 PM Deepak Cherian wrote: > *@dcherian* commented on this pull request. > ------------------------------ > > In xarray/tests/test_dataarray.py > : > > > @@ -23,6 +23,7 @@ > requires_scipy, source_ndarray) > > > +@pytest.mark.filterwarnings('ignore:The inplace argument') > > Oh I haven't checked that closely but I can do that tonight. > (my impression was that the tests were testing inplace behaviour, but I > see that could be wrong) > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > , or mute > the thread > > . > ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,374849806 https://github.com/pydata/xarray/pull/2524#issuecomment-434455085,https://api.github.com/repos/pydata/xarray/issues/2524,434455085,MDEyOklzc3VlQ29tbWVudDQzNDQ1NTA4NQ==,2448579,2018-10-30T20:21:46Z,2018-10-30T20:21:46Z,MEMBER,Failed test is dask distributed test,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,374849806 https://github.com/pydata/xarray/pull/2524#issuecomment-433781652,https://api.github.com/repos/pydata/xarray/issues/2524,433781652,MDEyOklzc3VlQ29tbWVudDQzMzc4MTY1Mg==,24736507,2018-10-29T03:59:45Z,2018-10-29T03:59:45Z,NONE,"Hello @dcherian! Thanks for submitting the PR. - There are no PEP8 issues in the file [`xarray/core/dataarray.py`](https://github.com/dcherian/xarray/blob/b1ed4df78adf29f5ad38b29c6b34ed88cb7a9050/xarray/core/dataarray.py) ! - There are no PEP8 issues in the file [`xarray/core/dataset.py`](https://github.com/dcherian/xarray/blob/b1ed4df78adf29f5ad38b29c6b34ed88cb7a9050/xarray/core/dataset.py) ! - There are no PEP8 issues in the file [`xarray/core/utils.py`](https://github.com/dcherian/xarray/blob/b1ed4df78adf29f5ad38b29c6b34ed88cb7a9050/xarray/core/utils.py) ! - There are no PEP8 issues in the file [`xarray/tests/test_dataarray.py`](https://github.com/dcherian/xarray/blob/b1ed4df78adf29f5ad38b29c6b34ed88cb7a9050/xarray/tests/test_dataarray.py) ! - There are no PEP8 issues in the file [`xarray/tests/test_dataset.py`](https://github.com/dcherian/xarray/blob/b1ed4df78adf29f5ad38b29c6b34ed88cb7a9050/xarray/tests/test_dataset.py) ! - There are no PEP8 issues in the file [`xarray/tests/test_plot.py`](https://github.com/dcherian/xarray/blob/b1ed4df78adf29f5ad38b29c6b34ed88cb7a9050/xarray/tests/test_plot.py) ! ","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,374849806