home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 575104969

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/3694#issuecomment-575104969 https://api.github.com/repos/pydata/xarray/issues/3694 575104969 MDEyOklzc3VlQ29tbWVudDU3NTEwNDk2OQ== 10194086 2020-01-16T11:15:25Z 2020-01-16T11:15:25Z MEMBER

Sorry for the noise, I do live thinking...


However, if I do (2) there is a different behavior for (d1 * d2).sum() and d1 @ d2 in one case:

python with xr.set_options(arithmetic_join="exact"): xr.dot(d2, d3) # -> array(8) (d2 * d3).sum() # -> ValueError

So? python join = OPTIONS["arithmetic_join"] if join not in ["exact", "inner"]: join = "inner"

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