Skip to content

Commit

Permalink
Readded xfail for louvain multigraph test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Nov 21, 2023
1 parent 99e9595 commit 319f4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/nx-cugraph/nx_cugraph/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ def key(testpath):
"test_louvain.py:test_karate_club_partition"
): louvain_different,
key("test_louvain.py:test_none_weight_param"): louvain_different,
key("test_louvain.py:test_multigraph"): louvain_different,
# See networkx#6630
key(
"test_louvain.py:test_undirected_selfloops"
Expand Down

0 comments on commit 319f4a2

Please sign in to comment.