-
Notifications
You must be signed in to change notification settings - Fork 34
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
[ENH] Added n_con arg to function call #133
Conversation
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.
Can you fix the style error in make pep
?
You'll need to install flake8, pydocstyle and codespell
I fixed the style errors associated with the file I changed, but the test is not passing due to errors in two other files: |
Now that I've merged in the other PR, you can "rebase your changes on top of main", or "merge in main". Lmk if you don't know how to do that. Can you also add a changelog entry to |
Oh actually, I forgot I can just merge in |
Thanks, I updated whats_net and added an entry into authors. Hopefully the link should work. |
Thanks @Avoide ! |
* Added n_con arg to function call --------- Co-authored-by: Adam Li <[email protected]> Authored-by: Qinliang Li <[email protected]>
PR Description
Moved the hard-coded variable n_con to be one of the arguments for the function call. To enable choosing the number of connections shown, instead of always 20. Added a default option, to make it compatible with previous usage.
Merge checklist
Maintainer, please confirm the following before merging: