Open mathis-girault opened 2 years 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"
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"