issue_comments: 998764799
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/4738#issuecomment-998764799 | https://api.github.com/repos/pydata/xarray/issues/4738 | 998764799 | IC_kwDOAMm_X847h_D_ | 13301940 | 2021-12-21T13:08:21Z | 2021-12-21T13:09:01Z | MEMBER |
@dcherian, I just realized that ```python In [2]: import dask, xarray as xr In [3]: ds = xr.tutorial.open_dataset('rasm') In [4]: dask.base.tokenize(ds) == dask.base.tokenize(ds) Out[4]: False In [5]: dask.base.tokenize(ds) == dask.base.tokenize(ds) Out[5]: False ``` The issue appears to be caused by the coordinates which are used in
Is this the expected behavior or am I missing something? |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
775502974 |