Patrick Hoefler
Patrick Hoefler
no that's not guaranteed. We are triggering a shuffle under the hood that doesn't necessarily respect order. We are thinking about how we can enable users to inject that information...
Sounds good, yeah generally we probably want to be stricter here in the long run. Ignoring this for now but open to reconsider if this pops up somewhere else
I don't think that we can guess the output shape with a high degree of fidelity. We should probably either set all chunks to NaN or force the specification of...
Yeah, the interesting thing for Dask is the chunk sizes, the shape is just a convenient result from that, so we would need this information.
You can set chunks=(2, 2,) to fix that problem
Investigations are welcome!
Yep this could use some clarification, are you interested in submitting a PR?
Hi, thanks for your report. You are doing nested dask computation here which is generally not a good idea. Why would you use delayed here? xarray is lazy as well,...
> I thought that by using the delayed argument, it would be possible to create a task graph. Yes, this is generally true. But Xarray is doing all of this...
sorry about that, green now