Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove duplicated edges fn #187

Closed
mpadge opened this issue Sep 7, 2022 · 0 comments
Closed

remove duplicated edges fn #187

mpadge opened this issue Sep 7, 2022 · 0 comments

Comments

@mpadge
Copy link
Member

mpadge commented Sep 7, 2022

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".

mpadge added a commit that referenced this issue Sep 12, 2022
mpadge added a commit that referenced this issue Sep 12, 2022
mpadge added a commit that referenced this issue Sep 12, 2022
mostly to ensure tests are never stopped by readline prompt
@mpadge mpadge closed this as completed in db98a83 Sep 12, 2022
mpadge added a commit that referenced this issue Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant