Skip to content

Conversation

chrisfalter
Copy link
Contributor

Fix for #312

Summary: Update Graph.degree keyword argument from deprecated syntax.

Was:
g.degree(type='in') and g.degree(type='out')

Becomes:
g.degree(mode='in') and g.degree(mode='out')

Update tutorial.rst to stop using deprecated syntax for Graph.degree
@ntamas
Copy link
Member

ntamas commented Jul 28, 2020

Thanks a lot!

@ntamas ntamas merged commit 5adcf61 into igraph:master Jul 28, 2020
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