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

Partitioned graphs bug fix #87

Closed
wants to merge 3 commits into from

Conversation

JoeyT1994
Copy link
Contributor

@JoeyT1994 JoeyT1994 commented Dec 18, 2024

This PR fixes a bug with the edges(pg::PartitionedGraph, pe::PartitionEdge) function which was wrapping the call to src(pe) in a PartitionVertex type despite src(pe::PartitionEdge) already doing that wrapping.
A test is added to catch the issue and two PartitionedGraph tests are also modified as they were failing due to the introduction of OrderedDictionaries

@JoeyT1994 JoeyT1994 closed this Dec 18, 2024
@JoeyT1994 JoeyT1994 deleted the partitioned_graphs_bug_fix branch December 18, 2024 15:57
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

Successfully merging this pull request may close these issues.

1 participant