From 12ead7d250e4959d5caf466c7b5e27b82183ba65 Mon Sep 17 00:00:00 2001 From: Rick Ratzel Date: Tue, 21 Nov 2023 14:27:05 -0600 Subject: [PATCH] Removes xfail for eigenvector test_P3 now that PLC was updated. --- python/nx-cugraph/nx_cugraph/interface.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/nx-cugraph/nx_cugraph/interface.py b/python/nx-cugraph/nx_cugraph/interface.py index c53e2678a43..f03948828f6 100644 --- a/python/nx-cugraph/nx_cugraph/interface.py +++ b/python/nx-cugraph/nx_cugraph/interface.py @@ -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",