home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 650221609

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/pull/3936#issuecomment-650221609 https://api.github.com/repos/pydata/xarray/issues/3936 650221609 MDEyOklzc3VlQ29tbWVudDY1MDIyMTYwOQ== 14808389 2020-06-26T14:51:51Z 2020-06-26T14:51:51Z MEMBER

I noticed a few issues while debugging: - calling on a array with missing values raises ValueError: All-NaN slice encountered (try ds = xr.tutorial.open_dataset("rasm"); ds.argmin(dim="y")) - ds.argmin(dim=...) returns a single index (the same result as ds.argmin()) but ds.Tair.argmin(dim=...) returns something different from ds.Tair.argmin(). Is that intentional?

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