home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1248241823

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/7039#issuecomment-1248241823 https://api.github.com/repos/pydata/xarray/issues/7039 1248241823 IC_kwDOAMm_X85KZqif 1197350 2022-09-15T15:12:34Z 2022-09-15T15:12:34Z MEMBER

I'm puzzled that I was not able to reproduce this error. I modified the end slightly as follows

```python

save dataset as netcdf

ds.to_netcdf("test.nc")

load saved dataset

ds_test = xr.open_dataset('test.nc')

verify that the two are equal within numerical precision

xr.testing.assert_allclose(ds, ds_test)

plot

plt.plot(ds.t2m - ds_test.t2m) ```

In my case, the differences were just numerical noise (order 10^-14)

I used the binder environment for this.

I'm pretty stumped.

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