Problems converting dask chunked sparse arrays greater size than 256x256 #32
Labels
Comments
Since dask/dask#2586 was closed, it should be okay to close this as well? |
As far as I know, it remains a problem - I referenced dask/dask#2586 only because that was a similar problem. |
Fixed with #51. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Presumably related to dask/dask#2586 : Computing a sparse array output from a chunked dask sparse array fails if the resulting sparse array is larger than 256x256 - coord type is uint16, but it looks like maybe intermediate calculations overflow:
Running this works for 256x256 matrix chunked, or 258x258 with only one chunk, but 258x258 broken into 4 chunks fails:
Versions are as follow:
The text was updated successfully, but these errors were encountered: