Closed d-v-b closed 8 years ago
This PR adds a kwarg to the images.map_as_series() method for specifying the dtype of the ndarray resulting from the blocks.map() which underlies the map_as_series().
images.map_as_series()
ndarray
blocks.map()
map_as_series()
@d-v-b thanks for this! Just one little nit-pick that I commented on.
LGTM! Merging.
This PR adds a kwarg to the
images.map_as_series()
method for specifying the dtype of thendarray
resulting from theblocks.map()
which underlies themap_as_series()
.