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

import_tilespecs_parallel should support None input #111

Open
RussTorres opened this issue Jul 5, 2018 · 0 comments
Open

import_tilespecs_parallel should support None input #111

RussTorres opened this issue Jul 5, 2018 · 0 comments

Comments

@RussTorres
Copy link
Collaborator

Most Pool classes should allow poolsize None to make a large pool (typically ~ncpu). Defining the size of tilespec partitions based on an integer poolsize makes this None value fail with a TypeError. It would be good to get this number from the generated pool or have a default, e.g. 1 or ncpu-1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant