cubed.rechunk

Contents

cubed.rechunk#

cubed.rechunk(x, chunks, target_store=None)#

Change the chunking of an 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.Array