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

fix compound type propagation for selectOutput #4763

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

mwdchang
Copy link
Member

Summary

WorkflowWrapper#selectOutput(...) is used to propagate output changes, this was copying the values directly which does not work for compounded outputs such as calibrate.

Testing

The following sequence of actions to build a workflow should work and not crash

  • add calibrate
  • add simulate
  • connect calibrate => simulate
  • run calibarate
  • run simulate

@mwdchang mwdchang merged commit f462632 into main Sep 12, 2024
4 checks passed
@mwdchang mwdchang deleted the fix-workflow-value-propation-on-select branch September 12, 2024 15:47
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.

3 participants