home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 903005031

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/5654#issuecomment-903005031 https://api.github.com/repos/pydata/xarray/issues/5654 903005031 IC_kwDOAMm_X8410sNn 11656932 2021-08-20T23:22:35Z 2021-08-20T23:23:28Z CONTRIBUTOR

Ah, that's a good point @keewis. Stepping back a bit, my current situation locally is I'm able to reproduce the xarray/tests/test_sparse.py::test_chunk failure with:

  • the latest commit to dask (https://github.com/dask/dask/commit/76822dbc3da29767d7e6d70d73010046bd52604e)
  • the latest commit to xarray (https://github.com/pydata/xarray/commit/e26aec9500e04f3b926b248988b976dbfcb9c632)
  • numpy=1.21.1
  • pandas=1.3.1

Rolling dask back to the 2021.7.2 release, but keeping everything else the same, test_chunk passes. After running git bisect between the latest dask commit and the 2021.7.2 release, https://github.com/dask/dask/pull/7939 is the point where test_chunk started failing (cc @jakirkham for visibility). I'll try to dig in a bit more to see if I can find the root cause of the failure

EDIT: I should note that the test_chunk failure has a similar traceback to https://github.com/dask/dask/issues/5259

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