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/743#issuecomment-180057047,https://api.github.com/repos/pydata/xarray/issues/743,180057047,MDEyOklzc3VlQ29tbWVudDE4MDA1NzA0Nw==,11950875,2016-02-04T21:19:27Z,2016-02-04T21:19:27Z,CONTRIBUTOR,"Hope that does it. Thanks for your help.
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,130767608
https://github.com/pydata/xarray/pull/743#issuecomment-179485415,https://api.github.com/repos/pydata/xarray/issues/743,179485415,MDEyOklzc3VlQ29tbWVudDE3OTQ4NTQxNQ==,11950875,2016-02-03T21:42:33Z,2016-02-03T21:42:33Z,CONTRIBUTOR,"tolerance keyword is not necessary to raise this error, simply raising na from reindex operation is enough. I have changed test to reflect this, which also removes the need for pandas version checking.
new test code is:
```
x = np.array([1, 2, 3], dtype=np.complex)
x = xr.DataArray(x, coords=[[0.1, 0.2, 0.3]])
y = xr.DataArray([2, 5, 6, 7, 8], coords=[[-1.1, 0.21, 0.31, 0.41, 0.51]])
x.reindex_like(y, method='pad')
```
","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,130767608