Closed jwittenbach closed 8 years ago
Verified that this fixes the problem that @boazmohar mentioned in #353 -- now calling Series.toimages
with the default chunk_size
produces a reasonable number of partitions in the resulting Images
object. In particular, if the number of pixels is equal to the number of time points ("square matrix"), then Images.toseries
and Series.toimages
produce objects with the same number of partitions.
Nice fix @jwittenbach , and good job working through the issue @boazmohar ! Seems like a great solution.
Thanks @freeman-lab! Merging this in.
Closes #353