I’m having a weird error in one of the Python components of the GH file I’m attaching to this. The component ‘Cluster’ is taking polygons and grouping them in sequence; the number in each group is determined by a number slider. The component ‘Single Cluster Algo’ then separates any polygon groupings that aren’t touching the rest of their group.
This feature is working perfectly fine if I have the number slider set to anything less than 9 it seems, but if I try inputting a larger number, I get this runtime error:
1. Solution exception: Parameter must be a Guid or a string representing a Guid
I’m not sure what this means or why I only get this error sometimes, and other times it works perfectly. Any help is greatly appreciated.
See the screenshots included for successful and unsuccessful outcomes.
Thanks!
Python Error.gh (801.6 KB)Test.3dm (9.8 MB)