Python Script List.Append error?

Hello all,

I would like to create a new list with duplicates filtered out.
I’ve got a python script and it works well except for two items.


The index 184 and 185 are the only duplicates left… their x y z values are exactly the same but one of them wasn’t filtered out.
Could this be a bug?

@claraT2E8X Not 100% sure but I think it has something to do with floating point conversion as discussed in the topic here:

1 Like

Thanks, I will check it