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 https://github.com/seung-lab/kimimaro/pull/86
https://github.com/seung-lab/kimimaro/blob/c9e58f677d522d7b7f3c72c75d9fa768bb5e5e71/ext/skeletontricks/skeletontricks.pyx#L372 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 raisingTypeError: roll _invalidation_ball_inside_component() takes at least 6 positional arguments
, which is introduced in https://github.com/seung-lab/kimimaro/pull/86