We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In barycenter_spring_layout, the line phantom_node_id = max(H.nodes) + 1 doesn't work unless all node IDs are integers.
barycenter_spring_layout
phantom_node_id = max(H.nodes) + 1
The text was updated successfully, but these errors were encountered:
This was fixed by #133 and can be closed, right?
Sorry, something went wrong.
Yep, I'm closing it.
iaciac
No branches or pull requests
In
barycenter_spring_layout
, the linephantom_node_id = max(H.nodes) + 1
doesn't work unless all node IDs are integers.The text was updated successfully, but these errors were encountered: