home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 588317037

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/3778#issuecomment-588317037 https://api.github.com/repos/pydata/xarray/issues/3778 588317037 MDEyOklzc3VlQ29tbWVudDU4ODMxNzAzNw== 14808389 2020-02-19T16:40:51Z 2020-02-19T16:40:51Z MEMBER

equals returning False in the absence of dask is because of https://github.com/pydata/xarray/blob/52ee5dfe73b51b55cc90f2140f2cd54a2e7946a0/xarray/core/duck_array_ops.py#L74-L81 which uses np.isnat if dask is absent and pd.isnull if dask is present. Since dask_array_type is a tuple, hasattrwill always return False.

Wrapping a datetime in a quantity does not really make sense so I'll try to remove those tests.

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