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
Extending from #186, it would be useful in that context, and likely others, to be able to remove duplicated edges from a graph. The trial graph used there had duplication, but often with differing distances and times. A remove_dupilcated_edges() function could have an additional parameter to reduce to single edges based on a specified type of calculation, likely just "min", "max", or "mean".
The text was updated successfully, but these errors were encountered:
Extending from #186, it would be useful in that context, and likely others, to be able to remove duplicated edges from a graph. The trial graph used there had duplication, but often with differing distances and times. A
remove_dupilcated_edges()
function could have an additional parameter to reduce to single edges based on a specified type of calculation, likely just "min", "max", or "mean".The text was updated successfully, but these errors were encountered: