home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 532679376

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/3317#issuecomment-532679376 https://api.github.com/repos/pydata/xarray/issues/3317 532679376 MDEyOklzc3VlQ29tbWVudDUzMjY3OTM3Ng== 6213168 2019-09-18T13:16:49Z 2019-09-18T13:16:49Z MEMBER

@mraspaud temporary workaround: ```python class DataArrayWithWeakRef(xarray.DataArray): slots = ("weakref", )

a = DataArrayWithWeakRef([1, 2, 3]) ref(a)

<weakref at 0x11e3b1e58; to 'DataArrayWithWeakRef' at 0x11ef3cd68> ```

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