home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 778717611

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/2844#issuecomment-778717611 https://api.github.com/repos/pydata/xarray/issues/2844 778717611 MDEyOklzc3VlQ29tbWVudDc3ODcxNzYxMQ== 22566757 2021-02-14T03:35:55Z 2021-02-14T03:35:55Z CONTRIBUTOR

~Does anyone know why the xr.open_dataset(....) call is echoed in the warning message. Is this intentional? Cc @dcherian @DWesl~

It seems you've already figured this out, but for anyone else with this question, the repeat of the call on that file is part of the warning that the file does not have all the variables the attributes refer to. You can fix this by recreating the file with the listed variables added (areacella, or by deleting the attribute from the variables (cell_measures). You can also ignore the warning using the machinery in the warnings module.

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