You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"