home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 339909651 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • shoyer 4

issue 1

  • IPython crash after xarray.opendataset : free():invalid next size (fast) · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
422459458 https://github.com/pydata/xarray/issues/2275#issuecomment-422459458 https://api.github.com/repos/pydata/xarray/issues/2275 MDEyOklzc3VlQ29tbWVudDQyMjQ1OTQ1OA== shoyer 1217238 2018-09-18T16:25:32Z 2018-09-18T16:25:32Z MEMBER

You might need to make a new conda environment. I'm not sure why it's only showing 1.2.4 as the latest release.

On Tue, Sep 18, 2018 at 6:37 AM dkobashi notifications@github.com wrote:

Your suggestion did not work. I got the following. Is there any other way to update netcdf4 without messing up the dependencies of other python tools? Thanks, -DJ

~$ conda update netcdf4 Fetching package metadata ........... Solving package specifications: .

All requested packages already installed.

packages in environment at ~/anaconda2/envs/roms:

netcdf4 1.2.4 np113py27_0

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

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IPython crash after xarray.opendataset : free():invalid next size (fast) 339909651
422218389 https://github.com/pydata/xarray/issues/2275#issuecomment-422218389 https://api.github.com/repos/pydata/xarray/issues/2275 MDEyOklzc3VlQ29tbWVudDQyMjIxODM4OQ== shoyer 1217238 2018-09-18T00:58:25Z 2018-09-18T00:58:25Z MEMBER

@dkobashi conda update netcdf4 should do it for you

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IPython crash after xarray.opendataset : free():invalid next size (fast) 339909651
422126176 https://github.com/pydata/xarray/issues/2275#issuecomment-422126176 https://api.github.com/repos/pydata/xarray/issues/2275 MDEyOklzc3VlQ29tbWVudDQyMjEyNjE3Ng== shoyer 1217238 2018-09-17T18:43:35Z 2018-09-17T18:43:35Z MEMBER

@dkobashi how did you install Python?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IPython crash after xarray.opendataset : free():invalid next size (fast) 339909651
403954586 https://github.com/pydata/xarray/issues/2275#issuecomment-403954586 https://api.github.com/repos/pydata/xarray/issues/2275 MDEyOklzc3VlQ29tbWVudDQwMzk1NDU4Ng== shoyer 1217238 2018-07-10T20:26:39Z 2018-07-10T20:26:39Z MEMBER

Can you please share the output of xarray.show_versions() and an example of the your code that triggers this error?

My free is that this is a bug in one of the underlying libraries xarray uses for reading netCDF files.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  IPython crash after xarray.opendataset : free():invalid next size (fast) 339909651

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