Closed
Description
At core.py:158
we set the size of the BufferedArray
's first dimension to the minimum of the size and chunksize, however, for other dimensions, we just use the chunk size. This came up in #366.
At core.py:158
we set the size of the BufferedArray
's first dimension to the minimum of the size and chunksize, however, for other dimensions, we just use the chunk size. This came up in #366.