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
As mentioned in issue #76, current solution is to avoid setting atomgroup or universe as self attribute.
version of dask
dask 0.19.4
The text was updated successfully, but these errors were encountered:
VOD555
changed the title
distributed.client error with atomgroup or universe type self attribute
distributed.client error with atomgroup or universe type self attribute
Nov 1, 2018
Distributed
An error is raised when one uses
atomgroup
oruniverse
typeself
attribute withdistributed.client
dsak scheduler.One example is rdf.py (PR #70 ), which had one line
And it raised one error;
As mentioned in issue #76, current solution is to avoid setting
atomgroup
oruniverse
asself
attribute.version of dask
dask 0.19.4
The text was updated successfully, but these errors were encountered: