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)