You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a future release, DASF could identify Dask Arrays via brute force and check if the Dask graph is doing any operation that changes the shape of the original data and the chunks.
We have the metadata representation of the operations, so it could be easily verified.
The text was updated successfully, but these errors were encountered:
Describe the new feature you'd like to see
For a future release, DASF could identify Dask Arrays via brute force and check if the Dask graph is doing any operation that changes the shape of the original data and the chunks.
We have the metadata representation of the operations, so it could be easily verified.
The text was updated successfully, but these errors were encountered: