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

validate_children_dag() doesn't check for acyclicity #455

Closed
cqc-alec opened this issue Aug 24, 2023 · 0 comments · Fixed by #468
Closed

validate_children_dag() doesn't check for acyclicity #455

cqc-alec opened this issue Aug 24, 2023 · 0 comments · Fixed by #468
Assignees
Labels
bug Something isn't working

Comments

@cqc-alec
Copy link
Collaborator

It uses DfsPostOrder from petgraph; it should probably use Topo.

@cqc-alec cqc-alec added the bug Something isn't working label Aug 24, 2023
@cqc-alec cqc-alec self-assigned this Aug 30, 2023
github-merge-queue bot pushed a commit that referenced this issue Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant