I got two issues one of them which is marked in red, all X vector has 0 value but when I’m collecting values it is showing some super precised value. That i don’t understand why its working like this.
Another issue is which is in blue, I’m trying to generate boolean mask for values containing 0 but its not working.
Where am i doing wrong? please help.
Thanks.
I’m stuck on a similar issue. Trying to filter out items with a vector of -1 or 1.
I’ve tried this with strings & numbers and I can only ever get one of the list.contains to produce a ‘true’.
I have used both == and list.contains nodes.