Skip to content

Commit

Permalink
Update katz_centrality missing default alpha value
Browse files Browse the repository at this point in the history
Signed-off-by: Achu Luma <[email protected]>
  • Loading branch information
achluma committed Oct 13, 2023
1 parent 9976ed2 commit 1d351b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networkx/algorithms/centrality/katz.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def katz_centrality(
G : graph
A NetworkX graph.
alpha : float
alpha : float, optional (default=0.1)
Attenuation factor
beta : scalar or dictionary, optional (default=1.0)
Expand Down

0 comments on commit 1d351b2

Please sign in to comment.