You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small question that when i want to try the fix_branching = False, however, it occured the following error:
parents = dijkstra3d.parental_field(PDRF, root, voxel_graph)
File "dijkstra3d.pyx", line 578, in dijkstra3d.parental_field
ValueError: Only 6, 18, and 26 connectivities are supported. Got: None
I used the verision of 4.1.2.
Thanks for checking this issue, and we are looking forward to hearing from you :) !
The text was updated successfully, but these errors were encountered:
I found a bug that I introduced while adding support for the voxel graph. I'll have to add some more automated tests to catch this in the future. I uploaded the fix to master, and I'll make a new release soon.
Sorry for taking so long, I couldn't release a fix because there was some other issue that appeared during automated testing that took me a while to figure out. I will be releasing a fix soon.
Dear authors,
Thanks for the great work!
I have a small question that when i want to try the fix_branching = False, however, it occured the following error:
I used the verision of 4.1.2.
Thanks for checking this issue, and we are looking forward to hearing from you :) !
The text was updated successfully, but these errors were encountered: