home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 521349841

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/3215#issuecomment-521349841 https://api.github.com/repos/pydata/xarray/issues/3215 521349841 MDEyOklzc3VlQ29tbWVudDUyMTM0OTg0MQ== 868027 2019-08-14T17:51:06Z 2019-08-14T17:51:06Z CONTRIBUTOR

I think this is being thrown by dask, here is an even more minimal example: ```python

import dask as da da.array.from_array([]).tolist() Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'Array' object has no attribute 'tolist' ```

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