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

Preserve Node Ordering in Graph Copy #117

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

michaelmckinsey1
Copy link
Collaborator

Summary

self.node_ordering is always initialized to false when creating a graph. The copy function creates a new graph, so even if the parent graph self.node_ordering=True, the copy graph will be node_ordering=False, which is undesirable.

@michaelmckinsey1 michaelmckinsey1 added area-graphframe Issues and PRs involving Hatchet's core GraphFrame datastructure and associated classes priority-normal Normal priority issues and PRs status-ready-for-review This PR is ready to be reviewed by assigned reviewers type-bug Identifies bugs in issues and identifies bug fixes in PRs labels Jan 9, 2024
@slabasan slabasan merged commit ad0341d into LLNL:develop Mar 9, 2024
3 checks passed
@michaelmckinsey1 michaelmckinsey1 deleted the fix-node_ordering_copy branch April 9, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-graphframe Issues and PRs involving Hatchet's core GraphFrame datastructure and associated classes priority-normal Normal priority issues and PRs status-ready-for-review This PR is ready to be reviewed by assigned reviewers type-bug Identifies bugs in issues and identifies bug fixes in PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants