home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 298755789

This data as json

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/issues/1396#issuecomment-298755789 https://api.github.com/repos/pydata/xarray/issues/1396 298755789 MDEyOklzc3VlQ29tbWVudDI5ODc1NTc4OQ== 1197350 2017-05-02T20:45:29Z 2017-05-02T20:45:41Z MEMBER

dask may be loading full arrays to do this computation

This is definitely what I suspect is happening. The problem with adding more chunks is that I quickly hit my system ulimit (see #1394), since, for some reason, all the 1754 files are opened as soon as I call .load(). Putting more chunks in just multiplies that number.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  225774140
Powered by Datasette · Queries took 0.779ms · About: xarray-datasette