-
Notifications
You must be signed in to change notification settings - Fork 165
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
Add random_geometric_graph
#295
Conversation
Pull Request Test Coverage Report for Build 809802383
💛 - Coveralls |
e770ecc
to
7ac33de
Compare
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.
LGTM, just a small comment inline about argument typing, I've typically been handling the python defaults via the pyfunction
macro, it makes the code a bit cleaner.
Co-authored-by: Matthew Treinish <[email protected]>
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.
LGTM, thanks for the quick update.
Closes #286
Adds a new
random_geometric_graph
function to generate random geometric graphs.