home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER" and issue = 337619718 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • shoyer 3
  • dcherian 1
  • fmaussion 1

issue 1

  • [bug] Exception ignored in generator object Variable · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
456624391 https://github.com/pydata/xarray/issues/2263#issuecomment-456624391 https://api.github.com/repos/pydata/xarray/issues/2263 MDEyOklzc3VlQ29tbWVudDQ1NjYyNDM5MQ== dcherian 2448579 2019-01-23T00:56:18Z 2019-01-23T00:56:18Z MEMBER

@Hoeze let's reopen this when you have a reproducible example. Thanks.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [bug] Exception ignored in generator object Variable 337619718
403099278 https://github.com/pydata/xarray/issues/2263#issuecomment-403099278 https://api.github.com/repos/pydata/xarray/issues/2263 MDEyOklzc3VlQ29tbWVudDQwMzA5OTI3OA== shoyer 1217238 2018-07-06T17:31:45Z 2018-07-06T17:31:45Z MEMBER

Sorry, I'm stumped.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [bug] Exception ignored in generator object Variable 337619718
402514303 https://github.com/pydata/xarray/issues/2263#issuecomment-402514303 https://api.github.com/repos/pydata/xarray/issues/2263 MDEyOklzc3VlQ29tbWVudDQwMjUxNDMwMw== shoyer 1217238 2018-07-04T15:48:53Z 2018-07-04T15:48:53Z MEMBER

Oops, I meant X.variable._data On Wed, Jul 4, 2018 at 4:01 AM Hoeze notifications@github.com wrote:

There is no X._data, but X.values is a simple ndarray.

I pickled X and idx: unit_test.zip https://github.com/pydata/xarray/files/2162950/unit_test.zip

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/issues/2263#issuecomment-402445256, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKS1r9A8Prx620-TFC33-3fo2w9pqJ0ks5uDKBugaJpZM4U_wV4 .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [bug] Exception ignored in generator object Variable 337619718
402206207 https://github.com/pydata/xarray/issues/2263#issuecomment-402206207 https://api.github.com/repos/pydata/xarray/issues/2263 MDEyOklzc3VlQ29tbWVudDQwMjIwNjIwNw== shoyer 1217238 2018-07-03T15:54:53Z 2018-07-03T15:54:53Z MEMBER

Can you share what X and X._data look like?

My guess is that this is a bug of some sort in a lower level library like NumPy or TensorFlow. This sort of error is basically impossible to trigger unless you are using the CPython C-API directly, which we don't do in xarray. Xarray itself is pure Python.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [bug] Exception ignored in generator object Variable 337619718
402069310 https://github.com/pydata/xarray/issues/2263#issuecomment-402069310 https://api.github.com/repos/pydata/xarray/issues/2263 MDEyOklzc3VlQ29tbWVudDQwMjA2OTMxMA== fmaussion 10050469 2018-07-03T09:13:56Z 2018-07-03T09:13:56Z MEMBER

Thanks for the report!

I'm afraid I don't fully understand the problem. Do you think that you can come up with a minimal bug report example?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [bug] Exception ignored in generator object Variable 337619718

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 483.506ms · About: xarray-datasette