graphstream / gs-core

Graphstream core
http://graphstream-project.org/
Other
398 stars 109 forks source link

getPathWeight() compatibility with Float #373

Open mathis-girault opened 1 year ago

mathis-girault commented 1 year ago

When using getPathWeight(), the attributes are of type long when calculating the sum, so it makes it impossible to get a total path weight with Floats.

"class java.lang.Float cannot be cast to class java.lang.Double"