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
test_mg_batch_betweenness centrality returns the following type error distributed.worker - WARNING - Compute Failed Function: _replicate_cudf_series args: ((None, 156, dtype('int32')), b'\x079i\x11D\xb0AB\x94\xcf\xd1j[e2')
kwargs: {}
Exception: TypeError("'NoneType' object is not subscriptable")`
One of the workers has no data odict_items([('tcp://127.0.0.1:35867', [<Future: finished, type: cudf.Series, key: ('from_cudf-946854107b6da760966a5c6127cfda4b', 0)>]), ('tcp://127.0.0.1:45685', None)]) and the variable(supposed to be a list) containing the data will be index later which returns the above TypeError
The text was updated successfully, but these errors were encountered:
jnke2016
changed the title
[BUG] Test_mg_batch_betweenness_centrality returning a type error
[BUG] Test_mg_batch_betweenness_centrality returns a type error
Jul 12, 2021
test_mg_batch_betweenness centrality returns the following type error
distributed.worker - WARNING - Compute Failed Function: _replicate_cudf_series args: ((None, 156, dtype('int32')), b'\x079i\x11D\xb0AB\x94\xcf\xd1j[
e2')kwargs: {}
Exception: TypeError("'NoneType' object is not subscriptable")`
One of the workers has no data
odict_items([('tcp://127.0.0.1:35867', [<Future: finished, type: cudf.Series, key: ('from_cudf-946854107b6da760966a5c6127cfda4b', 0)>]), ('tcp://127.0.0.1:45685', None)])
and the variable(supposed to be a list) containing the data will be index later which returns the above TypeErrorThe text was updated successfully, but these errors were encountered: