Skip to content
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

call kimimaro.skeletontricks.roll_invalidation_ball_inside_component using positional-only arguments #87

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

jasonkena
Copy link
Contributor

@jasonkena jasonkena commented Jun 11, 2024

def roll_invalidation_ball_inside_component(

https://stackoverflow.com/questions/68380123/cythonized-function-with-a-single-positional-argument-is-not-possible-to-call-us

Cython by default does not allow positional arguments to be specified in a kwargs-like style. This fix stops kimimaro.skeletonize from raising TypeError: roll _invalidation_ball_inside_component() takes at least 6 positional arguments, which is introduced in #86

…mponent using required positional-only arguments
@william-silversmith
Copy link
Contributor

Thank you for this!

@william-silversmith william-silversmith added the bug Something isn't working label Jun 12, 2024
@william-silversmith william-silversmith merged commit 4d6caf9 into seung-lab:master Jun 12, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants