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

gaspy/utils.py multimap n_cals=None #76

Open
apalizha opened this issue Mar 6, 2019 · 0 comments
Open

gaspy/utils.py multimap n_cals=None #76

apalizha opened this issue Mar 6, 2019 · 0 comments
Assignees
Labels

Comments

@apalizha
Copy link
Contributor

apalizha commented Mar 6, 2019

in multimap(), when n_calcs is not specified, the default is n_calcs = None. This will raise error TypeError: unsupported operand type(s) for /: 'NoneType' and 'int' for line 187, when total = int(n_calcs / chunksize)

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

No branches or pull requests

2 participants