-
Notifications
You must be signed in to change notification settings - Fork 8
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
Create correct Hdas from Subnetworks, keeping Parms, Outputs and Inputs. #160
base: develop
Are you sure you want to change the base?
Create correct Hdas from Subnetworks, keeping Parms, Outputs and Inputs. #160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct that this draft PR is ONLY code style changes currently - or what am I missing?
Co-authored-by: Roy Nieterau <[email protected]>
…ut detection logic
i always create a PR right away, this is how GitLab works and i believe its simply better in all ways. also i forgot to push the changes yesterday. |
…check to determen the amount of inputs a given hda should have.
…inputs-on-hda-publish
…ected subnet, add docstrings for the input and parm template logic.
Hello, |
Changelog Description
This PR automatically detects how many outputs are present in an subnet and how many inputs are connected to any node. it also moves all the parms from a subnet over to the generated hda.
the Parms, inputs and outputs are kept intact when generating an HDA from an Subnet by copy pasting them over.
Additional review information
Old Behavior
New Behavior
Testing notes:
extra points: