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

Add ability to subclass from both Input and Output allowing for passthrough IO #1109

Closed
wants to merge 2 commits into from

Commits on Jun 21, 2024

  1. Add ability to subclass from both Input and Output

    This change means users can use the same object output from one
    step and use it as input for the next step, without having to map all
    the parameters
    
    Signed-off-by: Elliot Gunton <[email protected]>
    elliotgunton committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    584e7fe View commit details
    Browse the repository at this point in the history
  2. fixup! Add ability to subclass from both Input and Output

    Signed-off-by: Elliot Gunton <[email protected]>
    elliotgunton committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    f0d89fb View commit details
    Browse the repository at this point in the history