home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 497823072 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 4

  • rsignell-usgs 2
  • shoyer 1
  • jhamman 1
  • crusaderky 1

author_association 2

  • MEMBER 3
  • NONE 2

issue 1

  • Version 0.13 broke my ufunc · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
534735794 https://github.com/pydata/xarray/issues/3339#issuecomment-534735794 https://api.github.com/repos/pydata/xarray/issues/3339 MDEyOklzc3VlQ29tbWVudDUzNDczNTc5NA== crusaderky 6213168 2019-09-24T20:32:40Z 2019-09-24T20:32:40Z MEMBER

Related: https://github.com/pydata/xarray/issues/3222

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Version 0.13 broke my ufunc 497823072
534722389 https://github.com/pydata/xarray/issues/3339#issuecomment-534722389 https://api.github.com/repos/pydata/xarray/issues/3339 MDEyOklzc3VlQ29tbWVudDUzNDcyMjM4OQ== rsignell-usgs 1872600 2019-09-24T19:56:17Z 2019-09-24T19:56:17Z NONE

Yep, upgrading to dask=2.4.0 fixed the problem! Phew.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Version 0.13 broke my ufunc 497823072
534710770 https://github.com/pydata/xarray/issues/3339#issuecomment-534710770 https://api.github.com/repos/pydata/xarray/issues/3339 MDEyOklzc3VlQ29tbWVudDUzNDcxMDc3MA== rsignell-usgs 1872600 2019-09-24T19:23:25Z 2019-09-24T19:23:25Z NONE

@shoyer , indeed, while I have the same xarray=0.13 and numpy=1.17.2 as @jhamman, he has dask=2.4.0 and I have dask=2.2.0. I'll try upgrading and will report back.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Version 0.13 broke my ufunc 497823072
534709372 https://github.com/pydata/xarray/issues/3339#issuecomment-534709372 https://api.github.com/repos/pydata/xarray/issues/3339 MDEyOklzc3VlQ29tbWVudDUzNDcwOTM3Mg== shoyer 1217238 2019-09-24T19:19:52Z 2019-09-24T19:19:52Z MEMBER

There was a recent bug fix in dask about this (https://github.com/dask/dask/pull/5334). Can you try updating to the latest dask release?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Version 0.13 broke my ufunc 497823072
534667495 https://github.com/pydata/xarray/issues/3339#issuecomment-534667495 https://api.github.com/repos/pydata/xarray/issues/3339 MDEyOklzc3VlQ29tbWVudDUzNDY2NzQ5NQ== jhamman 2443309 2019-09-24T17:38:41Z 2019-09-24T17:38:41Z MEMBER

@rsignell-usgs - can you add the output from xr.show_versions()? This seems to work for me with xarray=0.13 and numpy=1.17.2.

INSTALLED VERSIONS ------------------ commit: None python: 3.6.7 | packaged by conda-forge | (default, Jul 2 2019, 02:18:42) [GCC 7.3.0] python-bits: 64 OS: Linux OS-release: 3.10.0-693.21.1.el7.x86_64 machine: x86_64 processor: x86_64 byteorder: little LC_ALL: None LANG: None LOCALE: None.None libhdf5: 1.10.4 libnetcdf: 4.6.2 xarray: 0.13.0 pandas: 0.25.1 numpy: 1.17.2 scipy: 1.3.1 netCDF4: 1.5.1.2 pydap: None h5netcdf: 0.7.4 h5py: 2.9.0 Nio: None zarr: 2.3.2 cftime: 1.0.3.4 nc_time_axis: 1.2.0 PseudoNetCDF: None rasterio: 1.0.28 cfgrib: None iris: None bottleneck: None dask: 2.4.0 distributed: 2.4.0 matplotlib: 3.1.1 cartopy: 0.17.0 seaborn: 0.9.0 numbagg: None setuptools: 41.2.0 pip: 19.2.3 conda: None pytest: None IPython: 7.8.0 sphinx: None
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Version 0.13 broke my ufunc 497823072

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 1598.525ms · About: xarray-datasette