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/3459#issuecomment-552136887,https://api.github.com/repos/pydata/xarray/issues/3459,552136887,MDEyOklzc3VlQ29tbWVudDU1MjEzNjg4Nw==,1217238,2019-11-09T20:57:36Z,2019-11-09T20:57:36Z,MEMBER,Looks good to me!,"{""total_count"": 1, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 1, ""eyes"": 0}",,514142439
https://github.com/pydata/xarray/pull/3459#issuecomment-552136153,https://api.github.com/repos/pydata/xarray/issues/3459,552136153,MDEyOklzc3VlQ29tbWVudDU1MjEzNjE1Mw==,5635139,2019-11-09T20:50:22Z,2019-11-09T20:50:22Z,MEMBER,"Lmk if that was an ""OK to merge"" @shoyer ! Thanks","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,514142439
https://github.com/pydata/xarray/pull/3459#issuecomment-552130320,https://api.github.com/repos/pydata/xarray/issues/3459,552130320,MDEyOklzc3VlQ29tbWVudDU1MjEzMDMyMA==,5635139,2019-11-09T19:36:38Z,2019-11-09T19:36:38Z,MEMBER,Ready to merge!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,514142439
https://github.com/pydata/xarray/pull/3459#issuecomment-548957607,https://api.github.com/repos/pydata/xarray/issues/3459,548957607,MDEyOklzc3VlQ29tbWVudDU0ODk1NzYwNw==,5635139,2019-11-01T21:30:17Z,2019-11-01T21:31:14Z,MEMBER,"This is ready for review, I'll add a whatsnew depending on whether we decide to do the same for GroupBy","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,514142439
https://github.com/pydata/xarray/pull/3459#issuecomment-547670270,https://api.github.com/repos/pydata/xarray/issues/3459,547670270,MDEyOklzc3VlQ29tbWVudDU0NzY3MDI3MA==,5635139,2019-10-29T23:13:51Z,2019-10-29T23:13:51Z,MEMBER,"I think docs stopped building and just froze (so timed out rather than erroring), and so the error wasn't reported up to Azure Pipelines. I got this from the log:
```
>>>-------------------------------------------------------------------------
Warning in /home/vsts/work/1/s/doc/computation.rst at block ending on line 472
Specify :okwarning: as an option in the ipython:: block to suppress this message
----------------------------------------------------------------------------
/usr/share/miniconda/envs/xarray-tests/bin/sphinx-build:1: DeprecationWarning: Dataset.apply is deprecated in favor of Dataset.map and will be changed or removed in a future version of xarray
#!/usr/share/miniconda/envs/xarray-tests/bin/python3.7
<<<-------------------------------------------------------------------------
/home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.integrate:12: WARNING: Unexpected indentation.
/home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interp:20: WARNING: Inline strong start-string without end-string.
/home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interpolate_na:8: WARNING: Definition list ends without a blank line; unexpected unindent.
Sphinx parallel build error:
RuntimeError: Non Expected warning in `/home/vsts/work/1/s/doc/computation.rst` line 472
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,514142439
https://github.com/pydata/xarray/pull/3459#issuecomment-547669307,https://api.github.com/repos/pydata/xarray/issues/3459,547669307,MDEyOklzc3VlQ29tbWVudDU0NzY2OTMwNw==,5635139,2019-10-29T23:10:19Z,2019-10-29T23:10:19Z,MEMBER,"I see this in the [GH Checks page](https://github.com/pydata/xarray/runs/280352750) (but, again, no test runs failed, apparently)
```python
self =
def test_cmp_local_file(self):
> with self.create_datasets() as (actual, expected):
xarray/tests/test_backends.py:3137:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/share/miniconda/envs/xarray-tests/lib/python3.6/contextlib.py:81: in __enter__
return next(self.gen)
xarray/tests/test_backends.py:3191: in create_datasets
actual = open_dataset(url, engine=""pydap"", **kwargs)
xarray/backends/api.py:504: in open_dataset
store = backends.PydapDataStore.open(filename_or_obj, **backend_kwargs)
xarray/backends/pydap_.py:78: in open
ds = pydap.client.open_url(url, session=session)
/usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/client.py:67: in open_url
timeout).dataset
/usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/handlers/dap.py:54: in __init__
raise_for_status(r)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
response =
def raise_for_status(response):
# Raise error if status is above 300:
if response.status_code >= 300:
raise HTTPError(
detail=response.status+'\n'+response.text,
headers=response.headers,
> comment=response.body
)
E webob.exc.HTTPError: 500 Internal Server Error
E Error {
E code = 500;
E message = ""Problem encountered with BES connection. Message: 'Failed to write to socket: Broken pipe (Write failed)' OPeNDAPClient executed 131 prior commands."";
E }
/usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/net.py:39: HTTPError
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,514142439
https://github.com/pydata/xarray/pull/3459#issuecomment-547668720,https://api.github.com/repos/pydata/xarray/issues/3459,547668720,MDEyOklzc3VlQ29tbWVudDU0NzY2ODcyMA==,5635139,2019-10-29T23:08:03Z,2019-10-29T23:08:03Z,MEMBER,"I'm getting bemuisng test failures here! All the tests apart from docs say they pass, Docs says `Cancelled after 60m`. There are no explicit changes to docs here, and I can't imagine any implicit changes. If anyone has any bright ideas, help is welcome!","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,514142439