home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 251571258

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/1038#issuecomment-251571258 https://api.github.com/repos/pydata/xarray/issues/1038 251571258 MDEyOklzc3VlQ29tbWVudDI1MTU3MTI1OA== 4295853 2016-10-05T03:09:38Z 2016-10-05T03:09:38Z CONTRIBUTOR

@shoyer, I did some more digging and see some of the potential issues because some of the concatenation / merging is done quasi-automatically, which reduces the number of objects that must be merged (e.g., https://github.com/pydata/xarray/blob/master/xarray/core/combine.py#L391). I'm assuming this is done for performance / simplicity. Is that true?

This is looking like a much larger piece of work as I look at this further because the information has already been compressed by the time the merge is called (i.e., len(dict_like_objects) is not necessarily equal to the number of input files https://github.com/pydata/xarray/blob/master/xarray/core/merge.py#L531).

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