home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 510883034

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/3091#issuecomment-510883034 https://api.github.com/repos/pydata/xarray/issues/3091 510883034 MDEyOklzc3VlQ29tbWVudDUxMDg4MzAzNA== 35968931 2019-07-12T13:18:34Z 2019-07-12T13:18:34Z MEMBER

Okay have a look at PR #3101.

It will now issue a function-specific warning depending on if you enter from open_mfdataset or auto_combine, e.g.

python """In xarray version 0.13 the default behaviour of `open_mfdataset` will change. To retain the existing behavior, pass combine='nested'. To use future default behavior, pass combine='by_coords'. See http://xarray.pydata.org/en/stable/combining.html#combining-multi"""

It links to this page of the docs. This is controlled by a hidden from_openmfds kwarg.

Then it issues the same set of warnings as before, whose exact form depends on the structure of the users input.

This could be improved further, but I think this should already be much clearer than before.

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