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

Fixed error when removing None nodes in the visualization and a None was an input to a function #31

Merged
merged 1 commit into from
Oct 26, 2024

Conversation

kohlerca
Copy link
Collaborator

When using the option to remove None nodes in the graph visualization to declutter the graph, an error was thrown in case None nodes were at the input. The initial implementation considered only None nodes as outputs. This PR fixes this behavior, to also allow pruning of the None nodes as function inputs.

@kohlerca kohlerca merged commit 2b8dd34 into main Oct 26, 2024
6 checks passed
@kohlerca kohlerca added bug Something isn't working bugfix Fix for an identified bug and removed bug Something isn't working labels Oct 26, 2024
@kohlerca kohlerca deleted the fix/none_input_node branch October 26, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fix for an identified bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant