home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1290180708

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/7181#issuecomment-1290180708 https://api.github.com/repos/pydata/xarray/issues/7181 1290180708 IC_kwDOAMm_X85M5phk 43316012 2022-10-25T08:27:43Z 2022-10-25T08:29:28Z COLLABORATOR

You call DataArray.copy ~650 times which sounds reasonable (you could check if you really need deep copies!).

But then somehow DataArray._copy is called ~500k times. So somewhere you must have some DataArrays in places where there should be none (in attrs, e.g.).

There are some copy calls from alignments, but I don't see how that adds up to this number...

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