Skip to content

dask.array indexing bug with slicing with small chunk size on large arrays #452

@shoyer

Description

@shoyer
import dask.array as da
import numpy as np

print np.arange(15000)[12120:12170][4]
#12124
print da.from_array(np.arange(15000), chunks=1)[12120:12170][4].compute()
#12164

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions