Skip to content

Commit

Permalink
Removes xfail for eigenvector test_P3 now that PLC was updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Nov 21, 2023
1 parent dba1c89 commit 12ead7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/nx-cugraph/nx_cugraph/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def key(testpath):
no_string_dtype = "string edge values not currently supported"

xfail = {
key(
"test_eigenvector_centrality.py:TestEigenvectorCentrality.test_P3"
): "Power iteration failed (don't know why; networkx converges in 8 steps)",
key(
"test_hits.py:TestHITS.test_hits_not_convergent"
): "HITS doesn't raise after failing to converge after max_iter iterations",
Expand Down

0 comments on commit 12ead7d

Please sign in to comment.