Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove keyword argument G from nx.pagerank() in PositionRank for networkx>3.0 #222

Merged
merged 1 commit into from
Mar 14, 2023

Conversation

tagucci
Copy link
Contributor

@tagucci tagucci commented Mar 8, 2023

Following networkx/networkx#6458, I remove keyword argument G from nx.pagerank() in PositionRank.
fixes issue #221

@tagucci tagucci changed the title Remove keyword argument Gfrom pagerank in PositionRank for networkx>3.0 Remove keyword argument G from pagerank in PositionRank for networkx>3.0 Mar 8, 2023
@tagucci tagucci changed the title Remove keyword argument G from pagerank in PositionRank for networkx>3.0 Remove keyword argument G from nx.pagerank() in PositionRank for networkx>3.0 Mar 8, 2023
@ygorg
Copy link
Collaborator

ygorg commented Mar 14, 2023

Thanks for your PR ! Indeed, the G keyword does not appear in every other method so it is safe to remove.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants