-
Notifications
You must be signed in to change notification settings - Fork 304
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
Promote triangle count from experimental #2671
Promote triangle count from experimental #2671
Conversation
…t32', add support for 'start_list' parameter
…rameter 'start_list'
…nd update the init file
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
…0_promote-triangle-count
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #2671 +/- ##
===============================================
Coverage ? 60.16%
===============================================
Files ? 111
Lines ? 6123
Branches ? 0
===============================================
Hits ? 3684
Misses ? 2439
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
Looks good, I may have more suggestions later today but for now just some minor things.
@gpucibot merge |
In addition to replacing the current stable
triangle_count
API withexperimental.triangle_count
and updating the docs and test, this PR also adds support for the parameterstart_list
for both the SG and the MG implementation. It also renamestriangle_count
totriangles
to be consistent with the previous APIcloses #2667