-
Notifications
You must be signed in to change notification settings - Fork 12
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
Change degree_type
of core_number
to "outgoing"
#28
Change degree_type
of core_number
to "outgoing"
#28
Conversation
Can you please provide a description for this PR to explain why we need the change? (I'm assuming this would be a summary of the offline conversation with @ChuckHastings ). |
I suppose
Thanks! I'm not sure I understand the options well enough to describe them usefully to end users. |
@@ -43,10 +43,9 @@ def core_number(G): | |||
node_ids, core_numbers = plc.core_number( | |||
resource_handle=plc.ResourceHandle(), | |||
graph=G._get_plc_graph(), | |||
degree_type="bidirectional", | |||
degree_type="outgoing", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
degree_type="outgoing", | |
degree_type="incoming", |
/merge |
No description provided.