home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1236356402

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/2835#issuecomment-1236356402 https://api.github.com/repos/pydata/xarray/issues/2835 1236356402 IC_kwDOAMm_X85JsU0y 43316012 2022-09-04T14:41:39Z 2022-09-04T14:41:39Z COLLABORATOR

Cannot reproduce on current master using ```python import xarray as xr

ds = xr.Dataset({"a": (["x"], [1, 2, 3])}, attrs={"t": 1}) ds2 = ds.copy(deep=True) ds.attrs["t"] = 5 print(ds2.attrs) # returns: {'t': 1} ```

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