-
Notifications
You must be signed in to change notification settings - Fork 123
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
Pass Inputs to Outputs when Wired #412
Conversation
We are impacted by new release of Root cause:
Impact:
|
We should probably distribute note of the following (or similar) content to people using
|
Yep looks good (I think you have to be the one to actually ✅ because I’m the one who submitted the PR though). |
ok, merging and I will release as |
Preparing release from this branch: |
Description
This fixes a bug where if you add one of the input parameters as an output the default value doesn't make its way through. This is useful when wanting to display input values (like a hard-codes string) in your rendering code.
Type of change
How has this change been tested, please provide a testcase or example of how you tested the change?
We implemented this to use in @josephofiowa's demo last week & have now tested it several times end to end with new workflows (installing
inference
from this branch).On top of that, we want to create
0.11.1
release, so:Any specific deployment considerations
No
Docs