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

check_remove_id/remove_id accepts W_INPUT nodes but doesn't remove the corresponding W_OUTPUT nodes #180

Open
tuomas56 opened this issue Nov 13, 2023 · 0 comments

Comments

@tuomas56
Copy link

Calling check_remove_id on a W_INPUT node returns true, and remove_id will remove it, leaving the W_OUTPUT node on its own connecting to the other neighbour of the W_INPUT node. I think the expected behaviour here is either to refuse W_INPUT/W_OUTPUT nodes alltogether, or to remove both the W_INPUT node and its partner W_OUTPUT.

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

No branches or pull requests

1 participant