-
Notifications
You must be signed in to change notification settings - Fork 3
Add delete_bins to C API #364
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
Conversation
felixhekhorn
left a comment
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.
some small comments
|
LGTM, feel free to merge it. |
Radonirinaunimi
left a comment
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 @peterkrack for this! Before merging, could you please add a test for this?
PS: The formatting also seems off (although this could be taken care of by the pre-commit hooks).
|
I modified the advanced_filling example to include a call to this function. I can also write a separate test if needed. |
That is more than enough, thanks a lot! Please feel free top merge once the tests are done. |
I need this function in the C API.