Closed xiuliren closed 2 months ago
That's from the Python interface not the CLI? Try using parallel=0 unless you want to trigger Kimimaro quotes.
parallel=0 works. The document is still a bit inconsistent though. It says negative value should also work.
Best, Jingpeng
On Wed, Oct 18, 2023 at 1:57 PM William Silversmith < @.***> wrote:
That's from the Python interface not the CLI? Try using parallel=0 unless you want to trigger Kimimaro quotes.
— Reply to this email directly, view it on GitHub https://github.com/seung-lab/kimimaro/issues/83#issuecomment-1769058424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2MB5NXPOYP3RKDFWZEJY3YAAJ7JAVCNFSM6AAAAAA6FZCBV6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRZGA2TQNBSGQ . You are receiving this because you authored the thread.Message ID: @.***>
It should, it's strange. I can take a look.
I just tried it out and -1 seems to work. The only thing you changed as -1 and 0?
This is the information of my environment. python 3.10 kimimaro 3.3.0
OS: rocky linux
This is not a big issue, maybe we can just close it.
Hi Will,
I am trying to use this package to skeletonized a segmentation volume of microwasp. I tried to use
parallel=-1
, but only one core is used. It works well when I set a positive integer for parallel computation.