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/7669#issuecomment-1514043756,https://api.github.com/repos/pydata/xarray/issues/7669,1514043756,IC_kwDOAMm_X85aPnls,2448579,2023-04-19T02:26:30Z,2023-04-19T02:26:30Z,MEMBER,Thanks @remigathoni great PR!,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1639361476
https://github.com/pydata/xarray/pull/7669#issuecomment-1498447641,https://api.github.com/repos/pydata/xarray/issues/7669,1498447641,IC_kwDOAMm_X85ZUH8Z,2448579,2023-04-06T03:40:24Z,2023-04-06T03:40:24Z,MEMBER,"The docs build failure is real, from some rst formatting error
```
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.count:58: ERROR: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.count:56: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:53: ERROR: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:52: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:64: ERROR: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:63: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:53: ERROR: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:52: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:64: ERROR: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.pad:63: WARNING: Block quote ends without a blank line; unexpected unindent.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.count:58: ERROR: Unexpected indentation.
/home/docs/checkouts/readthedocs.org/user_builds/xray/checkouts/7669/xarray/core/accessor_str.py:docstring of xarray.core.accessor_str.StringAccessor.count:56: WARNING: Block quote ends without a blank line; unexpected unindent.
```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1639361476
https://github.com/pydata/xarray/pull/7669#issuecomment-1483086324,https://api.github.com/repos/pydata/xarray/issues/7669,1483086324,IC_kwDOAMm_X85YZhn0,2448579,2023-03-24T16:30:16Z,2023-03-24T16:30:16Z,MEMBER,In a future PR this would be a nice addition to the [contributing guide](https://docs.xarray.dev/en/stable/contributing.html#contributing-to-the-documentation),"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1639361476
https://github.com/pydata/xarray/pull/7669#issuecomment-1483084097,https://api.github.com/repos/pydata/xarray/issues/7669,1483084097,IC_kwDOAMm_X85YZhFB,2448579,2023-03-24T16:28:26Z,2023-03-24T16:28:26Z,MEMBER,"Looks like the outputs are missing part of the DataArray repr and only show the underlying array values.
The common way to construct the right doctest is to type the command in a Python repl and copy-paste the output.
Here, I recommend installing `pytest-accept`([docs](https://github.com/max-sixty/pytest-accept)). That will rewrite the files to give you the expected output.
``` bash
$ conda activate YOUR_XARRAY_DEV_ENV
$ pip install pytest-accept
$ pytest --doctest-modules xarray/core/accessor_str.py --accept
```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1639361476