We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Tiler(data_shape=(3, 100), tile_shape=(3, 4), channel_dimension=0, overlap=3)
produces {ValueError}Overlap size much be smaller than tile_shape.
{ValueError}Overlap size much be smaller than tile_shape.
The code around tiler.py#110 should check for channel dimension and generate self._tile_overlap = [0, 3]
self._tile_overlap = [0, 3]