Skip to content

Commit

Permalink
oops, don't know how that got lost
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Oct 20, 2023
1 parent bf5b973 commit 5a9f0e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/nx-cugraph/nx_cugraph/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ def key(testpath):
): 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"
): "self-loops not handled in Louvain",
}
)
if sys.version_info[:2] == (3, 9):
Expand Down

0 comments on commit 5a9f0e8

Please sign in to comment.