is there a way to control chunks when reshaping an array? the only options that I see are: merge_chunks=True, limit=None
, however, is it possible to explicitly say how many chunks do I want for each axis?
is there a way to control chunks when reshaping an array? the only options that I see are: merge_chunks=True, limit=None
, however, is it possible to explicitly say how many chunks do I want for each axis?