Comment 0 for bug 523117

Revision history for this message
Julian Bilcke (flngr) wrote :

Gephi report an invalid MAX weight value in the Edge Weight Filter.

I attached a GEXF wich reproduce the issue. Gephi detect a weight range of [0.4, 2.0] in the Weight Filter,
while the correct range shouldn't be greater than 0.9999 (this can be verified by searching for these patterns in the GEXF : 'weight="1' or 'weight="2' in a text editor. they don't give any result, compared to patterns like 'weight="0.65', by example).

configuration used: gephi 0.7 alpha release, max JVM size set to 2Gb. also tested with 2.8 Gb.