-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
feat: New voronoi_cells()
to compute the Voronoi partitioning of a graph
#1173
Conversation
Current Aviator status
This PR was merged using Aviator.
See the real-time status of this PR on the
Aviator webapp.
Use the Aviator Chrome Extension
to see the status of your PR within GitHub.
|
b720bc9
to
cc3f523
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.
Thanks! I added a few comments.
Thanks for the review @maelle ! |
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, thanks!
Why do the checks fail though? |
Undocumented arguments in documentation object 'voronoi' See https://rlang.r-lib.org/reference/args_dots_empty.html?q=args_dots_e#null . |
Thanks for the comments, @krlmlr. This PR is not urgent for me. I want to take this slow and use the opportunity to learn how to best do this. |
01af0fc
to
c90916d
Compare
c90916d
to
6b5f673
Compare
This PR has revealed a larger bug: in auto-generated code, vectors created with (But priority should be given to the "phoenix" milestone before this memory leak.) |
@Antonov548 In Whenever there is allocation in the INCONV section, there needs to be deallocation in the OUTCONV section. The It seems to me that there are lots of memory leaks at the moment. |
6b5f673
to
d77888d
Compare
@krlmlr Now that the memory leak issue is fixed, this PR is ready for merging or another review (but not urgent). |
voronoi()
to compute the Voronoi partitioning of a graph
I think If we do go with a different name, I'd like to use Merging this is not urgent, it's fine to make this decision after the Tuesday release. |
Thanks. |
d77888d
to
5940f08
Compare
voronoi()
to compute the Voronoi partitioning of a graphvoronoi_cells()
to compute the Voronoi partitioning of a graph
Renamed to |
Thanks! |
5940f08
to
8f25b90
Compare
@krlmlr @maelle Please have a look before I add a test.