home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1272558504

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/7146#issuecomment-1272558504 https://api.github.com/repos/pydata/xarray/issues/7146 1272558504 IC_kwDOAMm_X85L2bOo 11075246 2022-10-09T14:49:33Z 2022-10-09T14:49:33Z NONE

I had to change ints and floats to doubles to reproduce the issue. ```python import h5py

N_TIMES = 48 with h5py.File("/my_s3_fs/test.nc", mode="w") as f: time = f.create_dataset("time", (N_TIMES,), dtype="d") time[:] = 0

d1 = f.create_dataset("d1", (N_TIMES, 201, 201), dtype="d")
d1[:] = 0

```

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