issue_comments: 1476956975
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/7652#issuecomment-1476956975 | https://api.github.com/repos/pydata/xarray/issues/7652 | 1476956975 | IC_kwDOAMm_X85YCJMv | 6897215 | 2023-03-20T21:25:59Z | 2023-03-20T21:34:24Z | NONE | A similar problem where saving, loading, saving, loading changes the dtype da1 = xr.DataArray(data=[True], dims=["x"], coords={"x": [0]}) da1.to_netcdf("test.nc", mode="w") da2 = xr.load_dataarray("test.nc") da2.to_netcdf("test.nc", mode="w") da3 = xr.load_dataarray("test.nc") assert da1.dtype == da3.dtype, "Dtypes don't match" ``` |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
1632718954 |