Cull duplicate points error

I’ve found an error/inconsistency where the cull duplicate points component wont report the index of a single point. It does report the point itself (ie it doesn’t get culled), however the index number (0) doesn’t come through. This is causing me some issues where i’m culling a tree of points, where some branches have multiple points and some only single points. Should I work around this by just separating my inputs out before the cull?

Thanks,

Matt