uber / fiber

Distributed Computing for AI Made Simple
https://uber.github.io/fiber/
Apache License 2.0
1.04k stars 110 forks source link

Fix/pool with no argument #33

Closed calio closed 4 years ago

calio commented 4 years ago

When the processes argument for Pool is not set, it will fail. This PR fixes this issue.