gephi / graphstore

Fast in-memory graph structure, powering Gephi
Apache License 2.0
71 stars 26 forks source link

Dynamic weight of an interval always returns zero #139

Closed gerwinjansen closed 2 years ago

gerwinjansen commented 3 years ago

org.gephi.graph.impl.EdgeImpl.getWeight(interval) always returns zero, because dynamicValue.get(interval, DEFAULT_DYNAMIC_EDGE_WEIGHT_WHEN_MISSING) only returns a value when exactly matching.

It should use an Estimator.