home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1236379727

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-1236379727 https://api.github.com/repos/pydata/xarray/issues/2835 1236379727 IC_kwDOAMm_X85JsahP 14808389 2022-09-04T17:01:05Z 2022-09-04T17:01:05Z MEMBER

even with python In [1]: import xarray as xr ...: ...: ds = xr.Dataset({"a": ("x", [1, 2, 3], {"t": 0})}, attrs={"t": 1}) ...: ds2 = ds.copy(deep=True) ...: ds.attrs["t"] = 5 ...: ds.a.attrs["t"] = 6 ...: ...: display(ds2, ds2.a) <xarray.Dataset> Dimensions: (x: 3) Dimensions without coordinates: x Data variables: a (x) int64 1 2 3 Attributes: t: 1 <xarray.DataArray 'a' (x: 3)> array([1, 2, 3]) Dimensions without coordinates: x Attributes: t: 0 I cannot reproduce. @Ch-Meier, @DerPlankton13, can either of you post a minimal example demonstrating the issue?

{
    "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 4.591ms · About: xarray-datasette