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

[BUG] Test_mg_batch_betweenness_centrality returns a type error #1706

Closed
jnke2016 opened this issue Jul 12, 2021 · 0 comments · Fixed by #1718
Closed

[BUG] Test_mg_batch_betweenness_centrality returns a type error #1706

jnke2016 opened this issue Jul 12, 2021 · 0 comments · Fixed by #1718
Labels
bug Something isn't working
Milestone

Comments

@jnke2016
Copy link
Contributor

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

@jnke2016 jnke2016 added ? - Needs Triage Need team to review and classify bug Something isn't working labels Jul 12, 2021
@jnke2016 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
@rlratzel rlratzel added this to the 21.08 milestone Jul 19, 2021
@BradReesWork BradReesWork removed the ? - Needs Triage Need team to review and classify label Jul 20, 2021
rapids-bot bot pushed a commit that referenced this issue Jul 22, 2021
Fix `test_mg_batch_betweenness_centrality`, `test_mg_batch_edge_betweenness_centrality`, `test_mg_replication`, `test_mg_renumber`

closes #1706 
closes #1715 
closes #1716

Authors:
  - Joseph Nke (https://github.com/jnke2016)

Approvers:
  - Rick Ratzel (https://github.com/rlratzel)
  - Brad Rees (https://github.com/BradReesWork)

URL: #1718
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants