Open hendrikmakait opened 2 months ago
I suspect this is the culprit: https://github.com/dask/dask-expr/blob/c0b2b9a6ae15039fa3574a9a7960e899adc46b3f/dask_expr/_collection.py#L474-L478
Injecting .optimize(fuse=True)
(client.compute(total.optimize(fuse=True), sync=True)
) reduces the difference to 1: AssertionError: [367, 368]
Describe the issue:
Minimal Complete Verifiable Example:
raises
AssertionError: [367, 1466]
.From what it looks like,
client.compute(...)
does not perform (all) task fusion.Anything else we need to know?:
Environment: