cubed.Array.rechunk

Contents

cubed.Array.rechunk#

Array.rechunk(chunks)#

Change the chunking of this array without changing its shape or data.

Parameters:

chunks (tuple) – The desired chunks of the array after rechunking.

Returns:

An array with the desired chunks.

Return type:

cubed.CoreArray