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/1693#issuecomment-341888035,https://api.github.com/repos/pydata/xarray/issues/1693,341888035,MDEyOklzc3VlQ29tbWVudDM0MTg4ODAzNQ==,10050469,2017-11-04T10:56:05Z,2017-11-04T15:51:14Z,MEMBER,"This code reproduces the error (one can probably clean it up a little): ``` import xarray as xr import numpy as np a = np.arange(1e5) da = xr.DataArray(a, coords:{'t':a}, dims=('t',)) da.to_netcdf('test.nc') t = xr.open_dataarray('test.nc') t.isel(t=t.t > 12) ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,271180559