You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: