home / github / issues

Menu
  • GraphQL API
  • Search all tables

issues: 35304758

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
35304758 MDExOlB1bGxSZXF1ZXN0MTY4OTY2MjM= 150 Fix DecodedCFDatetimeArray was being incorrectly indexed. 514053 closed 0   650893 0 2014-06-09T17:25:05Z 2014-06-09T17:43:50Z 2014-06-09T17:43:50Z CONTRIBUTOR   0 pydata/xarray/pulls/150

This was causing an error in the following situation:

ds = xray.Dataset() ds['time'] = ('time', [np.datetime64('2001-05-01') for i in range(5)]) ds['variable'] = ('time', np.arange(5.)) ds.to_netcdf('test.nc') ds = xray.open_dataset('./test.nc') ss = ds.indexed(time=slice(0, 2)) ss.dumps()

Thanks @shoyer for the fix.

{
    "url": "https://api.github.com/repos/pydata/xarray/issues/150/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 1 row from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 1.004ms · About: xarray-datasette