home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 325374125

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/1522#issuecomment-325374125 https://api.github.com/repos/pydata/xarray/issues/1522 325374125 MDEyOklzc3VlQ29tbWVudDMyNTM3NDEyNQ== 6213168 2017-08-28T14:45:45Z 2017-08-28T14:45:45Z MEMBER

There is a separate problem where index coords are computed twice. Didn't fix it yet and I am afraid of a domino effect. The problem is in merge.py:merge_coords(): _assert_compat_valid(compat) coerced = coerce_pandas_values(objs) aligned = deep_align(coerced, join=join, copy=False, indexes=indexes) expanded = expand_variable_dicts(aligned) priority_vars = _get_priority_vars(aligned, priority_arg, compat=compat) variables = merge_variables(expanded, priority_vars, compat=compat) assert_unique_multiindex_level_names(variables) Here, both expand_variable_dicts() and _get_priority_vars() compute the dask array.

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