Closed eduramiba closed 8 years ago
Actually not that easy to reproduce (seems to only happen when there is only one node in the graph and the first value has at least 2 elements).
It can be reproduced often in Gephi with these steps:
Good catch. In fact the error is due to the fact arrays contain duplicate values... This wasn't really developed with great care as I didn't test this case. I was doubtful the way we index array actually make sense and this is a good trigger to change it. More in #126.
Way to reproduce:
This seems to only happen to boolean arrays, and not to other types of arrays.