home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 473359624

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/2811#issuecomment-473359624 https://api.github.com/repos/pydata/xarray/issues/2811 473359624 MDEyOklzc3VlQ29tbWVudDQ3MzM1OTYyNA== 1217238 2019-03-15T16:44:40Z 2019-03-15T16:44:40Z MEMBER

This is due to the internal implementation of xarray.concat, which sometimes reorders variables. I doubt the reordering was intentional. It's probably just a side effect of how concat takes multiple passes over different types of variables to figure out how to combine them.

You are welcome to take a look at improving this, though I doubt this would be particularly easy to fix. Certainly the code in concat could use some clean-up, and if we can preserve the order of variables on outputs that would be an improvement in usability. But it's still not something I would consider a "bug" per se.

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