Код: Выделить всё
TypeError: tuple indices must be integers or slices, not tupleКод: Выделить всё
x._chunks = tuple(tuple(int(chunk) for chunk in chunks) for chunks in compute(tuple(c))[0]Я тоже попробовал dask.array.nonzero(), но с тем же результатом .
Подробнее здесь: https://stackoverflow.com/questions/787 ... ray-argwhe