Client.compute
doesn't materialize delayed chunk of persisted array if provided as a dict value
#8959
Labels
Client.compute
doesn't materialize delayed chunk of persisted array if provided as a dict value
#8959
Describe the issue:
When persisting a dask array and trying to compute one of its chunks, the return value is the dask key instead of the computed array if the chunk is provided as a dict value.
Minimal Complete Verifiable Example:
Anything else we need to know?:
On 2024.11.2 these all return an array.
Environment:
pip install dask[distributed]
The text was updated successfully, but these errors were encountered: