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

Chunk size needs to be dynamic #5

Open
bahanonu opened this issue Apr 3, 2020 · 1 comment
Open

Chunk size needs to be dynamic #5

bahanonu opened this issue Apr 3, 2020 · 1 comment

Comments

@bahanonu
Copy link
Contributor

bahanonu commented Apr 3, 2020

Chunk size needs to be dynamic or some percentage of the input x-y size else get the below crash (e.g. if image_masks is [250 241 225]). I'll push a commit with this change.

Error using types.untyped.DataPipe/set.chunkSize (line 113)
`chunkSize` must be within `maxSize` bounds

Error in types.untyped.DataPipe (line 48)
            obj.chunkSize = p.Results.chunkSize;

Error in add_processed_ophys (line 72)
    DataPipe=types.untyped.DataPipe(maxSize,...
@bahanonu
Copy link
Contributor Author

bahanonu commented Apr 3, 2020

See #6.

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

No branches or pull requests

1 participant