Skip to content

Commit

Permalink
Update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
naimnv committed Sep 28, 2023
1 parent 0886aa6 commit a6f8f28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/cugraph/cugraph/community/louvain.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def louvain(
than the specified number of levels. No error occurs when the
algorithm terminates early in this manner.
If max_level > 500, it's set 500. It would prevent integer overflow at
C++ layer for extremely large values of max_level (e.g. sys.maxsize)
If max_level > 500, it will be set to 500 and a warning is emitted
in order to prevent excessive runtime.
max_iter : integer, optional (default=None)
This parameter is deprecated in favor of max_level. Previously
Expand Down

0 comments on commit a6f8f28

Please sign in to comment.