Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

images.toseries() 'auto' setting fails if length is larger then 100,000 #347

Closed
boazmohar opened this issue Jul 25, 2016 · 0 comments · Fixed by #348
Closed

images.toseries() 'auto' setting fails if length is larger then 100,000 #347

boazmohar opened this issue Jul 25, 2016 · 0 comments · Fixed by #348

Comments

@boazmohar
Copy link
Contributor

data = thunder.images.fromrandom(shape=(110000,10,10,10), engine=sc))
data.toseries()

leads to weird chunking as:

if chunk_size is 'auto':
    chunk_size = str(int(100000.0/self.shape[0])))

chunk_size
out: '0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant