Suirify component is not working as I was expecting. I thought that it should remove all the 0 from the path. But apparently it’s not:
Can someone please explain why the simplification by Suirify doesn’t leave just one number for each path?
Suirify.gh (5.6 KB)
HS_Kim
2
There are two same paths start with 40 which are {40;0} and {40;1} in your datatree.
In this case Suirify recognize these as unique path and can’t remove the second path index.
You could use Shift Paths, but beware Shift Pathswill unify the two paths so that path index {40} will include 2 items.
Thank you very much HS_Kim! I haven’t noticed that there is a glitch in my initial data.