home / github / commits

Menu
  • GraphQL API
  • Search all tables

commits: 9a8a62ba551e737dc87e39aded2f7cc788ff118d

This data as json

sha message author_date committer_date raw_author raw_committer repo author committer
9a8a62ba551e737dc87e39aded2f7cc788ff118d Fix optimize for chunked DataArray (#4432) Previously we generated in invalidate Dask task graph, becuase the lines removed here dropped keys that were referenced elsewhere in the task graph. The original implementation had a comment indicating that this was to cull: https://github.com/pydata/xarray/blame/502a988ad5b87b9f3aeec3033bf55c71272e1053/xarray/core/variable.py#L384 Just spot-checking things, I think we're OK here though. Something like `dask.visualize(arr[[0]], optimize_graph=True)` indicates that we're OK. Closes https://github.com/pydata/xarray/issues/3698 Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> 2020-09-17T23:19:22Z 2020-09-17T23:19:22Z 414a3ca56e5eb92bdfc6b3cac35417bf5ba51f54 cd792325681cbad9f663f2879d8b69f1edbb678f 13221727 1312546 19864447
Powered by Datasette · Queries took 7.145ms · About: xarray-datasette