thunder-project / thunder

scalable analysis of images and time series
http://thunder-project.org
Apache License 2.0
814 stars 184 forks source link

Bug fix for images.toblocks() #356

Closed boazmohar closed 8 years ago

boazmohar commented 8 years ago

When first dimension of the images object is > 1e5 the chunk size is 0 same as #347

jwittenbach commented 8 years ago

Absolutely, nice catch @boazmohar!

boazmohar commented 8 years ago

@jwittenbach No problem, thank you for #355 now images.map_as_series is super fast :)

jwittenbach commented 8 years ago

@boazmohar glad to hear that it's running faster!