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/4645#issuecomment-748538603,https://api.github.com/repos/pydata/xarray/issues/4645,748538603,MDEyOklzc3VlQ29tbWVudDc0ODUzODYwMw==,10194086,2020-12-19T23:20:26Z,2020-12-19T23:20:26Z,MEMBER,Thanks @raybellwaves! ,"{""total_count"": 1, ""+1"": 1, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,755626157
https://github.com/pydata/xarray/pull/4645#issuecomment-745344959,https://api.github.com/repos/pydata/xarray/issues/4645,745344959,MDEyOklzc3VlQ29tbWVudDc0NTM0NDk1OQ==,2448579,2020-12-15T14:54:57Z,2020-12-15T14:54:57Z,MEMBER,I think you replace all `int32` by `int64`?,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,755626157
https://github.com/pydata/xarray/pull/4645#issuecomment-744712191,https://api.github.com/repos/pydata/xarray/issues/4645,744712191,MDEyOklzc3VlQ29tbWVudDc0NDcxMjE5MQ==,14808389,2020-12-14T21:09:49Z,2020-12-14T21:11:51Z,MEMBER,"sorry about that. I meant that the code examples still show the results using the randomly generated data, and this is the reason why the `doctests` CI fails.
For example, this: https://github.com/pydata/xarray/blob/4c8642560679c173c2968a2c4186a474bfe97f2d/xarray/core/concat.py#L178-L185
should be:
```python
>>> xr.concat([da.isel(y=slice(0, 1)), da.isel(y=slice(1, None))], dim=""y"")
array([[0, 1, 2],
[3, 4, 5]])
Coordinates:
* x (x) Hopefully it's fine as is.
no worries, as I said that's optional, we currently don't enforce the tool I had in mind for PRs. I can fix that in a different PR (or this one, if you don't mind me pushing to your branch).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,755626157
https://github.com/pydata/xarray/pull/4645#issuecomment-742916022,https://api.github.com/repos/pydata/xarray/issues/4645,742916022,MDEyOklzc3VlQ29tbWVudDc0MjkxNjAyMg==,2448579,2020-12-11T02:02:44Z,2020-12-11T02:02:44Z,MEMBER,"Oops one more
```
>>>-------------------------------------------------------------------------
Exception in /home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/4645/doc/combining.rst at block ending on line 191
Specify :okexcept: as an option in the ipython:: block to suppress this message
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
in
----> 1 arr.equals(arr.copy())
NameError: name 'arr' is not defined
<<<-------------------------------------------------------------------------
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,755626157
https://github.com/pydata/xarray/pull/4645#issuecomment-739970397,https://api.github.com/repos/pydata/xarray/issues/4645,739970397,MDEyOklzc3VlQ29tbWVudDczOTk3MDM5Nw==,2448579,2020-12-07T14:57:46Z,2020-12-07T14:57:46Z,MEMBER,"Thanks @raybellwaves. Can you address this error?
```
>>>-------------------------------------------------------------------------
Exception in /home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/4645/doc/combining.rst at block ending on line 121
Specify :okexcept: as an option in the ipython:: block to suppress this message
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
in
----> 1 xr.Dataset({""a"": arr[:-1], ""b"": arr[1:]})
NameError: name 'arr' is not defined
<<<-------------------------------------------------------------------------
```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,755626157