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

Return planning error if input or output ID is an operator #485

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

robertknight
Copy link
Owner

Return an error instead of panicking if an input ID or output ID passed to Graph::run is not a valid value node ID (or constant node ID for outputs).

Return an error instead of panicking if an input ID or output ID passed to
`Graph::run` is not a valid value node ID (or constant node ID for outputs).
@robertknight robertknight merged commit a9d26ee into main Dec 25, 2024
2 checks passed
@robertknight robertknight deleted the graph-invalid-input-output-ids branch December 25, 2024 11:50
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